From e3a530eb612d77e5021a7d6a0e79f3c98522d790 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 27 May 2005 11:01:41 +0000 Subject: =?UTF-8?q?Andr=E9s=20Garc=EDa=20fixed=20a=20warning=20appearing?= =?UTF-8?q?=20on=20windows?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/libtest/lib505.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/libtest/lib505.c b/tests/libtest/lib505.c index c398d39f2..148778186 100644 --- a/tests/libtest/lib505.c +++ b/tests/libtest/lib505.c @@ -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"; -- cgit v1.2.3