[BusyBox-cvs] svn commit: trunk/busybox/archival

mjn3 at busybox.net mjn3 at busybox.net
Wed Mar 2 04:10:48 UTC 2005


Author: mjn3
Date: 2005-03-01 21:10:46 -0700 (Tue, 01 Mar 2005)
New Revision: 9951

Log:
Bandaid to make "gzip file1 file2 ..." set the decompression lengths correctly
in the 2nd and later headers.  But this and gunzip really need to be rewritten.


Modified:
   trunk/busybox/archival/gzip.c


Changeset:
Modified: trunk/busybox/archival/gzip.c
===================================================================
--- trunk/busybox/archival/gzip.c	2005-03-01 19:29:29 UTC (rev 9950)
+++ trunk/busybox/archival/gzip.c	2005-03-02 04:10:46 UTC (rev 9951)
@@ -1251,6 +1251,7 @@
 		for (i = optind; i < argc; i++) {
 			char *path = NULL;
 
+			clear_bufs();
 			if (strcmp(argv[i], "-") == 0) {
 				time_stamp = 0;
 				ifile_size = -1L;




More information about the busybox-cvs mailing list