]> sjero.net Git - wget/blobdiff - src/main.c
[svn] Use struct_fstat when calling fstat because of Borland's lack of 64-bit
[wget] / src / main.c
index ec8ed32576aeb125d766f6a149cd16f19ad86ede..c39432a2589a7c0b5578a576ffabd6e5e5c03dbd 100644 (file)
@@ -883,7 +883,7 @@ Can't timestamp and not clobber old files at the same time.\n"));
        output_stream = stdout;
       else
        {
-         struct_stat st;
+         struct_fstat st;
          output_stream = fopen (opt.output_document,
                                 opt.always_rest ? "ab" : "wb");
          if (output_stream == NULL)