projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23d9737
)
fix PATH_SEPARATOR
author
Nils Durner
<durner@gnunet.org>
Tue, 12 Oct 2010 18:11:14 +0000
(18:11 +0000)
committer
Nils Durner
<durner@gnunet.org>
Tue, 12 Oct 2010 18:11:14 +0000
(18:11 +0000)
src/include/plibc.h
patch
|
blob
|
history
diff --git
a/src/include/plibc.h
b/src/include/plibc.h
index 0ca2ec2747d797e1ac8e0b7308888d3c7008b1f1..4e3204c9829d3fbb1447c360ef0a7b6544de6549 100644
(file)
--- 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: 6
7
$
+ * @version $Revision: 6
9
$
*/
#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"