aboutsummaryrefslogtreecommitdiff
path: root/archival
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-03-15 13:28:46 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-03-15 13:28:46 +0000
commit24af7201e98a9692e1dfa9976c1a6ba97013ca23 (patch)
treec81c3ba07136f42fe81835e4720c180dcc0f2583 /archival
parent972288e62fa0798f59caf209ab58c911d289a8b2 (diff)
downloadbusybox-w32-24af7201e98a9692e1dfa9976c1a6ba97013ca23.tar.gz
busybox-w32-24af7201e98a9692e1dfa9976c1a6ba97013ca23.tar.bz2
busybox-w32-24af7201e98a9692e1dfa9976c1a6ba97013ca23.zip
fix TODO: getopt32 should reset optind to 1 itself
Diffstat (limited to 'archival')
-rw-r--r--archival/gzip.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/archival/gzip.c b/archival/gzip.c
index 68f1cc87d..6af6c1886 100644
--- a/archival/gzip.c
+++ b/archival/gzip.c
@@ -2041,8 +2041,6 @@ int gzip_main(int argc, char **argv)
2041 //if (opt & 0x4) // -v 2041 //if (opt & 0x4) // -v
2042#if ENABLE_GUNZIP /* gunzip_main may not be visible... */ 2042#if ENABLE_GUNZIP /* gunzip_main may not be visible... */
2043 if (opt & 0x8) { // -d 2043 if (opt & 0x8) { // -d
2044 /* FIXME: getopt32 should not depend on optind */
2045 optind = 1;
2046 return gunzip_main(argc, argv); 2044 return gunzip_main(argc, argv);
2047 } 2045 }
2048#endif 2046#endif