1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] Fix core dump with --mirror.

This commit is contained in:
hniksic 2003-11-08 17:07:53 -08:00
parent c4ba08110d
commit 113ad490d0
2 changed files with 5 additions and 1 deletions

View 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

View 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 },