projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d8c652
)
Bandaid to make "gzip file1 file2 ..." set the decompression lengths correctly
author
Manuel Novoa III
<mjn3@codepoet.org>
Wed, 2 Mar 2005 04:10:46 +0000
(
04:10
-0000)
committer
Manuel Novoa III
<mjn3@codepoet.org>
Wed, 2 Mar 2005 04:10:46 +0000
(
04:10
-0000)
in the 2nd and later headers. But this and gunzip really need to be rewritten.
archival/gzip.c
patch
|
blob
|
history
diff --git
a/archival/gzip.c
b/archival/gzip.c
index 56d4d92780d149155173fdd5475d883d9c76bf0b..0c104cfc6dc949382e32edbf00ab41ef87338356 100644
(file)
--- a/
archival/gzip.c
+++ b/
archival/gzip.c
@@
-1251,6
+1251,7
@@
int gzip_main(int argc, char **argv)
for (i = optind; i < argc; i++) {
char *path = NULL;
+ clear_bufs();
if (strcmp(argv[i], "-") == 0) {
time_stamp = 0;
ifile_size = -1L;