aboutsummaryrefslogtreecommitdiff
path: root/src/util/os_installation.c
diff options
context:
space:
mode:
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");