commit 2c43049a06f61a9d29c0024f7a8c017051743aff
parent 38d683861b0b4b1315b5540f0cf1f66f69fb562e
Author: Nils Durner <durner@gnunet.org>
Date: Wed, 22 Sep 2010 15:51:48 +0000
update
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/include/plibc.h b/src/include/plibc.h
@@ -22,7 +22,7 @@
* @brief PlibC header
* @attention This file is usually not installed under Unix,
* so ship it with your application
- * @version $Revision: 60 $
+ * @version $Revision: 65 $
*/
#ifndef _PLIBC_H_
@@ -471,7 +471,7 @@ char *strcasestr(const char *haystack_start, const char *needle_start);
#define DIR_SEPARATOR '/'
#define DIR_SEPARATOR_STR "/"
#define PATH_SEPARATOR ';'
- #define PATH_SEPARATOR_STR ";"
+ #define PATH_SEPARATOR_STR ":"
#define NEWLINE "\n"
#ifdef ENABLE_NLS
@@ -565,7 +565,7 @@ char *strcasestr(const char *haystack_start, const char *needle_start);
#define DIR_SEPARATOR '\\'
#define DIR_SEPARATOR_STR "\\"
#define PATH_SEPARATOR ':'
- #define PATH_SEPARATOR_STR ":"
+ #define PATH_SEPARATOR_STR ";"
#define NEWLINE "\r\n"
#ifdef ENABLE_NLS