]> granicus.if.org Git - curl/commitdiff
Andrés García fixed a warning appearing on windows
authorDaniel Stenberg <daniel@haxx.se>
Fri, 27 May 2005 11:01:41 +0000 (11:01 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 27 May 2005 11:01:41 +0000 (11:01 +0000)
tests/libtest/lib505.c

index c398d39f242dec5c6ca700e904acb99bbfe9cbda..14877818610ce1a1a710241faf212249936d12f0 100644 (file)
@@ -40,7 +40,7 @@ int test(char *URL)
   CURLcode res;
   FILE *hd_src ;
   int hd ;
-  struct stat file_info;
+  struct_stat file_info;
 
   struct curl_slist *headerlist=NULL;
   const char *buf_1 = "RNFR 505";