]> sjero.net Git - wget/commitdiff
[svn] Fix core dump with --mirror.
authorhniksic <devnull@localhost>
Sun, 9 Nov 2003 01:07:53 +0000 (17:07 -0800)
committerhniksic <devnull@localhost>
Sun, 9 Nov 2003 01:07:53 +0000 (17:07 -0800)
src/ChangeLog
src/main.c

index b4ef0b10f760b14fcce73fba06fd6ee972e85b0b..1e430392e497342856b46b6bc28a6d70c6315915 100644 (file)
@@ -1,3 +1,7 @@
+2003-11-09  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * main.c (option_data): Specify the command to use for --mirror.
+
 2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * cookies.c (cookie_handle_set_cookie): Specify exact match for
index d6f88d671f90fb41ad96fff5f8e568701d2b1927..2cddd239a82fdf2be10ebe4a601c8bb488559a2d 100644 (file)
@@ -199,7 +199,7 @@ struct cmdline_option option_data[] =
     { "level", 'l', OPT_VALUE, "reclevel", -1 },
     { "limit-rate", 0, OPT_VALUE, "limitrate", -1 },
     { "load-cookies", 0, OPT_VALUE, "loadcookies", -1 },
-    { "mirror", 'm', OPT_BOOLEAN, NULL, -1 },
+    { "mirror", 'm', OPT_BOOLEAN, "mirror", -1 },
     { "no", 'n', OPT__NO, NULL, required_argument },
     { "no-clobber", 0, OPT_BOOLEAN, "noclobber", -1 },
     { "no-parent", 0, OPT_BOOLEAN, "noparent", -1 },