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:
d09bcec
)
Remove debugging noise.
author
Glenn L McGrath
<bug1@ihug.co.nz>
Fri, 14 Nov 2003 08:30:46 +0000
(08:30 -0000)
committer
Glenn L McGrath
<bug1@ihug.co.nz>
Fri, 14 Nov 2003 08:30:46 +0000
(08:30 -0000)
archival/libunarchive/get_header_tar_bz2.c
patch
|
blob
|
history
diff --git
a/archival/libunarchive/get_header_tar_bz2.c
b/archival/libunarchive/get_header_tar_bz2.c
index 3d50aecd382c83464f6a5097938a632254d68462..46c42a822a0707156c406bb0decebe28ba9f8359 100644
(file)
--- a/
archival/libunarchive/get_header_tar_bz2.c
+++ b/
archival/libunarchive/get_header_tar_bz2.c
@@
-61,7
+61,6
@@
extern char get_header_tar_bz2(archive_handle_t *archive_handle)
while (get_header_tar(archive_handle) == EXIT_SUCCESS);
close(fd_pipe[0]);
-printf("finished\n");
#if 0
if (kill(pid, SIGTERM) == -1) {
bb_error_msg_and_die("Couldnt kill gunzip process");