aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-02-08 14:07:32 +0000
committerChristian Grothoff <christian@grothoff.org>2012-02-08 14:07:32 +0000
commit07afce2e1f3a105d2f9290bb27c7186f854e45ba (patch)
tree0aa73e7ea2b8f940da49a8e62055c5b6e4a40da7
parentb0356fbd7f526ed1525edd9c771e284de5ab622e (diff)
downloadgnunet-gtk-07afce2e1f3a105d2f9290bb27c7186f854e45ba.tar.gz
gnunet-gtk-07afce2e1f3a105d2f9290bb27c7186f854e45ba.zip
-hack
-rw-r--r--src/lib/os_installation.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/os_installation.c b/src/lib/os_installation.c
index c65da5f5..c74d3454 100644
--- a/src/lib/os_installation.c
+++ b/src/lib/os_installation.c
@@ -206,7 +206,7 @@ get_path_from_PATH ()
206 while (NULL != (end = strchr (pos, ':'))) 206 while (NULL != (end = strchr (pos, ':')))
207 { 207 {
208 *end = '\0'; 208 *end = '\0';
209 sprintf (buf, "%s/%s", pos, "gnunet-gtk"); 209 sprintf (buf, "%s/%s", pos, "gnunet-fs-gtk");
210 if (GNUNET_DISK_file_test (buf) == GNUNET_YES) 210 if (GNUNET_DISK_file_test (buf) == GNUNET_YES)
211 { 211 {
212 pos = GNUNET_strdup (pos); 212 pos = GNUNET_strdup (pos);
@@ -216,7 +216,7 @@ get_path_from_PATH ()
216 } 216 }
217 pos = end + 1; 217 pos = end + 1;
218 } 218 }
219 sprintf (buf, "%s/%s", pos, "gnunet-gtk"); 219 sprintf (buf, "%s/%s", pos, "gnunet-fs-gtk");
220 if (GNUNET_DISK_file_test (buf) == GNUNET_YES) 220 if (GNUNET_DISK_file_test (buf) == GNUNET_YES)
221 { 221 {
222 pos = GNUNET_strdup (pos); 222 pos = GNUNET_strdup (pos);