projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
562d2de
)
prevent compiler warning
author
Daniel Stenberg
<daniel@haxx.se>
Tue, 15 Mar 2005 07:47:59 +0000
(07:47 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Tue, 15 Mar 2005 07:47:59 +0000
(07:47 +0000)
lib/strerror.c
patch
|
blob
|
history
diff --git
a/lib/strerror.c
b/lib/strerror.c
index
85baa63
..
b567f9b
100644
(file)
--- a/
lib/strerror.c
+++ b/
lib/strerror.c
@@
-553,7
+553,7
@@
const char *Curl_strerror(struct connectdata *conn, int err)
#if defined(WIN32) && !defined(__CYGWIN__)
-#if _WIN32_WCE
+#if
def
_WIN32_WCE
buf[0]=0;
{
wchar_t wbuf[256];