Commit d5bdd2b2 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

prevent compiler warning

parent 562d2de3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -553,7 +553,7 @@ const char *Curl_strerror(struct connectdata *conn, int err)

#if defined(WIN32) && !defined(__CYGWIN__)

#if _WIN32_WCE
#ifdef _WIN32_WCE
  buf[0]=0;
  {
    wchar_t wbuf[256];