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:
f70f6ce
)
Remove unneeded printf statment
author
Glenn L McGrath
<bug1@ihug.co.nz>
Wed, 11 Apr 2001 15:11:48 +0000
(15:11 -0000)
committer
Glenn L McGrath
<bug1@ihug.co.nz>
Wed, 11 Apr 2001 15:11:48 +0000
(15:11 -0000)
libbb/gz_open.c
patch
|
blob
|
history
diff --git
a/libbb/gz_open.c
b/libbb/gz_open.c
index 1be5a171d008753fcc7c3e2742ceb0325b5fb44c..19ec0a066fded86f9eb7605f592898881ca59e0c 100644
(file)
--- a/
libbb/gz_open.c
+++ b/
libbb/gz_open.c
@@
-22,7
+22,6
@@
extern int gz_open(FILE *compressed_file, int *pid)
/* child process */
close(unzip_pipe[0]);
unzip(compressed_file, fdopen(unzip_pipe[1], "w"));
- printf("finished unzipping\n");
fflush(NULL);
fclose(compressed_file);
close(unzip_pipe[1]);