]> sjero.net Git - wget/blobdiff - src/options.h
Make --backups work as documented
[wget] / src / options.h
index ed38617a866139dfefe476b7d6d7dd942bf4245e..0a10c9b396b6ae4491c572a2308eca350b1b3603 100644 (file)
@@ -166,7 +166,7 @@ struct options
   bool timestamping;           /* Whether to use time-stamping. */
 
   bool backup_converted;       /* Do we save pre-converted files as *.orig? */
-  bool backups;                        /* Are numeric backups made? */
+  int backups;                 /* Are numeric backups made? */
 
   char *useragent;             /* User-Agent string, which can be set
                                   to something other than Wget. */