fix
authorChristian Grothoff <christian@grothoff.org>
Tue, 12 Oct 2010 09:43:20 +0000 (09:43 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 12 Oct 2010 09:43:20 +0000 (09:43 +0000)
src/include/plibc.h

index 8ae1c719538c2e211b5fbcca8e00f96a3880bff3..0ca2ec2747d797e1ac8e0b7308888d3c7008b1f1 100644 (file)
@@ -470,7 +470,7 @@ char *strcasestr(const char *haystack_start, const char *needle_start);
 #ifndef WINDOWS
  #define DIR_SEPARATOR '/'
  #define DIR_SEPARATOR_STR "/"
- #define PATH_SEPARATOR ';'
+ #define PATH_SEPARATOR ':'
  #define PATH_SEPARATOR_STR ":"
  #define NEWLINE "\n"