aboutsummaryrefslogtreecommitdiff
path: root/src/util/os_installation.c
diff options
context:
space:
mode:
authorgrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2010-09-23 07:49:34 +0000
committergrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2010-09-23 07:49:34 +0000
commitb81c30080d0121c50f1da5438afea49c051997cf (patch)
tree01ab192b63c4ecce1fdcc3449dd2bc71bf574307 /src/util/os_installation.c
parentf1784e3eee2b2e887a160577950ce014ffb26596 (diff)
mantis 1606
git-svn-id: https://gnunet.org/svn/gnunet@13072 140774ce-b5e7-0310-ab8b-a85725594a96
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 ce8d0aac79..cbbc614334 100644
--- a/src/util/os_installation.c
+++ b/src/util/os_installation.c
@@ -209,7 +209,7 @@ get_path_from_PATH ()
buf = GNUNET_malloc (strlen (path) + 20);
pos = path;
- while (NULL != (end = strchr (pos, ':')))
+ while (NULL != (end = strchr (pos, PATH_SEPARATOR)))
{
*end = '\0';
sprintf (buf, "%s/%s", pos, "gnunet-arm");