Commit 125830ab authored by Gisle Vanem's avatar Gisle Vanem
Browse files

Use proper 'stat' structure for fstat(). I.e. 'struct _stati64' and '_fstati64()'

on Win32.
parent 5b75b423
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ int test(char *URL)
  CURL *curl;
  FILE *hd_src ;
  int hd ;
  struct stat file_info;
  struct_stat file_info;
  int running;
  char done=FALSE;
  CURLM *m;