]> sjero.net Git - wget/commitdiff
[svn] Sort commands[].
authorhniksic <devnull@localhost>
Tue, 7 Nov 2000 11:43:36 +0000 (03:43 -0800)
committerhniksic <devnull@localhost>
Tue, 7 Nov 2000 11:43:36 +0000 (03:43 -0800)
src/ChangeLog
src/init.c

index 97be722e46f34507b63c4a18fc01faf1825926e6..ab60506e282ca1c081ce2bf1181600f4131bfa06 100644 (file)
@@ -1,3 +1,7 @@
+2000-11-06  Hrvoje Niksic  <hniksic@arsdigita.com>
+
+       * init.c: commands[] need to be sorted!  ("base" wasn't.)
+
 2000-11-05  Hrvoje Niksic  <hniksic@arsdigita.com>
 
        * wget.h (DO_REALLOC_FROM_ALLOCA): Use braces to disambiguate
index cfc1a7f0850d049ab20367da6a6866cd4f26d41b..f96f41b96492e83192c58146291ad230b9526e27 100644 (file)
@@ -95,8 +95,8 @@ static struct {
   { "background",      &opt.background,        cmd_boolean },
   { "backupconverted", &opt.backup_converted,  cmd_boolean },
   { "backups",         &opt.backups,           cmd_number },
-  { "bindaddress",     &opt.bind_address,      cmd_address },
   { "base",            &opt.base_href,         cmd_string },
+  { "bindaddress",     &opt.bind_address,      cmd_address },
   { "cache",           &opt.proxy_cache,       cmd_boolean },
   { "continue",                &opt.always_rest,       cmd_boolean },
   { "convertlinks",    &opt.convert_links,     cmd_boolean },