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:
13f052e
)
fix
author
Christian Grothoff
<christian@grothoff.org>
Tue, 12 Oct 2010 09:43:20 +0000
(09:43 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Tue, 12 Oct 2010 09:43:20 +0000
(09:43 +0000)
src/include/plibc.h
patch
|
blob
|
history
diff --git
a/src/include/plibc.h
b/src/include/plibc.h
index 8ae1c719538c2e211b5fbcca8e00f96a3880bff3..0ca2ec2747d797e1ac8e0b7308888d3c7008b1f1 100644
(file)
--- a/
src/include/plibc.h
+++ b/
src/include/plibc.h
@@
-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"