aboutsummaryrefslogtreecommitdiff
path: root/src/util/os_installation.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-09-23 07:49:34 +0000
committerChristian Grothoff <christian@grothoff.org>2010-09-23 07:49:34 +0000
commit2ab3c347974b33e0715ce1fad0f42d4846da3aee (patch)
tree01ab192b63c4ecce1fdcc3449dd2bc71bf574307 /src/util/os_installation.c
parent956380b60d975e1a86784dae08555d6acdedb3b2 (diff)
downloadgnunet-2ab3c347974b33e0715ce1fad0f42d4846da3aee.tar.gz
gnunet-2ab3c347974b33e0715ce1fad0f42d4846da3aee.zip
mantis 1606
Diffstat (limited to 'src/util/os_installation.c')
-rw-r--r--src/util/os_installation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/os_installation.c b/src/util/os_installation.c
index ce8d0aac7..cbbc61433 100644
--- a/src/util/os_installation.c
+++ b/src/util/os_installation.c
@@ -209,7 +209,7 @@ get_path_from_PATH ()
209 buf = GNUNET_malloc (strlen (path) + 20); 209 buf = GNUNET_malloc (strlen (path) + 20);
210 pos = path; 210 pos = path;
211 211
212 while (NULL != (end = strchr (pos, ':'))) 212 while (NULL != (end = strchr (pos, PATH_SEPARATOR)))
213 { 213 {
214 *end = '\0'; 214 *end = '\0';
215 sprintf (buf, "%s/%s", pos, "gnunet-arm"); 215 sprintf (buf, "%s/%s", pos, "gnunet-arm");