gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r13061 - Extractor/src/include


From: gnunet
Subject: [GNUnet-SVN] r13061 - Extractor/src/include
Date: Wed, 22 Sep 2010 17:51:48 +0200

Author: durner
Date: 2010-09-22 17:51:48 +0200 (Wed, 22 Sep 2010)
New Revision: 13061

Modified:
   Extractor/src/include/plibc.h
Log:
update

Modified: Extractor/src/include/plibc.h
===================================================================
--- Extractor/src/include/plibc.h       2010-09-22 14:42:17 UTC (rev 13060)
+++ Extractor/src/include/plibc.h       2010-09-22 15:51:48 UTC (rev 13061)
@@ -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 @@
  #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 @@
  #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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]