fix PATH_SEPARATOR
authorNils Durner <durner@gnunet.org>
Tue, 12 Oct 2010 18:11:14 +0000 (18:11 +0000)
committerNils Durner <durner@gnunet.org>
Tue, 12 Oct 2010 18:11:14 +0000 (18:11 +0000)
src/include/plibc.h

index 0ca2ec2747d797e1ac8e0b7308888d3c7008b1f1..4e3204c9829d3fbb1447c360ef0a7b6544de6549 100644 (file)
@@ -22,7 +22,7 @@
  * @brief PlibC header
  * @attention This file is usually not installed under Unix,
  *            so ship it with your application
- * @version $Revision: 67 $
+ * @version $Revision: 69 $
  */
 
 #ifndef _PLIBC_H_
@@ -564,7 +564,7 @@ char *strcasestr(const char *haystack_start, const char *needle_start);
 #else
  #define DIR_SEPARATOR '\\'
  #define DIR_SEPARATOR_STR "\\"
- #define PATH_SEPARATOR ':'
+ #define PATH_SEPARATOR ';'
  #define PATH_SEPARATOR_STR ";"
  #define NEWLINE "\r\n"