mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Fix ordering of the command array.
This commit is contained in:
parent
563c9ee034
commit
a890134659
@ -1,3 +1,7 @@
|
|||||||
|
2006-07-21 Hrvoje Niksic <hniksic@xemacs.org>
|
||||||
|
|
||||||
|
* init.c (commands): Correctly place "contentdisposition".
|
||||||
|
|
||||||
2006-07-14 Mauro Tortonesi <mauro@ferrara.linux.it>
|
2006-07-14 Mauro Tortonesi <mauro@ferrara.linux.it>
|
||||||
|
|
||||||
* sysdep.h: If intptr_t isn't defined, simply typedef it to long.
|
* sysdep.h: If intptr_t isn't defined, simply typedef it to long.
|
||||||
|
@ -128,9 +128,9 @@ static struct {
|
|||||||
{ "checkcertificate", &opt.check_cert, cmd_boolean },
|
{ "checkcertificate", &opt.check_cert, cmd_boolean },
|
||||||
#endif
|
#endif
|
||||||
{ "connecttimeout", &opt.connect_timeout, cmd_time },
|
{ "connecttimeout", &opt.connect_timeout, cmd_time },
|
||||||
|
{ "contentdisposition", &opt.content_disposition, cmd_boolean },
|
||||||
{ "continue", &opt.always_rest, cmd_boolean },
|
{ "continue", &opt.always_rest, cmd_boolean },
|
||||||
{ "convertlinks", &opt.convert_links, cmd_boolean },
|
{ "convertlinks", &opt.convert_links, cmd_boolean },
|
||||||
{ "contentdisposition", &opt.content_disposition, cmd_boolean },
|
|
||||||
{ "cookies", &opt.cookies, cmd_boolean },
|
{ "cookies", &opt.cookies, cmd_boolean },
|
||||||
{ "cutdirs", &opt.cut_dirs, cmd_number },
|
{ "cutdirs", &opt.cut_dirs, cmd_number },
|
||||||
#ifdef ENABLE_DEBUG
|
#ifdef ENABLE_DEBUG
|
||||||
|
Loading…
Reference in New Issue
Block a user