]> sjero.net Git - wget/blobdiff - src/main.c
[svn] Large file support added. Published in <87psyr6jn7.fsf@xemacs.org>.
[wget] / src / main.c
index f9827dd8b58a03b03d171cda32cfdeb5e0f7bcae..43772abefa31248312617d241f05b7b192c1845e 100644 (file)
@@ -870,7 +870,7 @@ Can't timestamp and not clobber old files at the same time.\n"));
        output_stream = stdout;
       else
        {
-         struct stat st;
+         struct_stat st;
          output_stream = fopen (opt.output_document,
                                 opt.always_rest ? "ab" : "wb");
          if (output_stream == NULL)