]> sjero.net Git - wget/blobdiff - src/ChangeLog
Remove constification of argv in main.
[wget] / src / ChangeLog
index 5c67953c2baca17522708bb32e62648f1314471d..c10b34ce5f9d1ae6b0228289882667e4b8c3ac67 100644 (file)
@@ -1,3 +1,9 @@
+2007-10-30  Micah Cowan  <micah@cowan.name>
+
+       * main.c (main): Declare argv parameter as char **argv, rather
+       than char *const *argv. This fixes usage of getopt_long,
+       regardless of whether getopt_long has a constified argv or not.
+
 2007-10-22  Gisle Vanem  <gvanem@broadpark.no>
 
        * mswindows.c: Move INHIBIT_WRAP macro definition up with wget.h