diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-05-27 11:01:41 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-05-27 11:01:41 +0000 |
commit | e3a530eb612d77e5021a7d6a0e79f3c98522d790 (patch) | |
tree | 9721621262f79e2988ffc615b57afdcfce8161dc /tests/libtest | |
parent | d1235ff058016e25acf1df320ad6a6f273bfa796 (diff) |
Andrés García fixed a warning appearing on windows
Diffstat (limited to 'tests/libtest')
-rw-r--r-- | tests/libtest/lib505.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |