[BusyBox-cvs] busybox/archival/libunarchive get_header_tar_bz2.c, 1.3, 1.4

Glenn McGrath bug1 at busybox.net
Fri Nov 14 08:30:49 UTC 2003


Update of /var/cvs/busybox/archival/libunarchive
In directory winder:/tmp/cvs-serv9750/archival/libunarchive

Modified Files:
	get_header_tar_bz2.c 
Log Message:
Remove debugging noise.


Index: get_header_tar_bz2.c
===================================================================
RCS file: /var/cvs/busybox/archival/libunarchive/get_header_tar_bz2.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- get_header_tar_bz2.c	5 Nov 2003 04:55:58 -0000	1.3
+++ get_header_tar_bz2.c	14 Nov 2003 08:30:46 -0000	1.4
@@ -61,7 +61,6 @@
 	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");




More information about the busybox-cvs mailing list