[BusyBox-cvs] busybox/archival/libunarchive get_header_tar.c, 1.31, 1.32

Glenn McGrath bug1 at busybox.net
Tue Feb 17 12:04:16 UTC 2004


Update of /var/cvs/busybox/archival/libunarchive
In directory nail:/tmp/cvs-serv27415/archival/libunarchive

Modified Files:
	get_header_tar.c 
Log Message:
Remove debugging


Index: get_header_tar.c
===================================================================
RCS file: /var/cvs/busybox/archival/libunarchive/get_header_tar.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- get_header_tar.c	17 Feb 2004 11:55:06 -0000	1.31
+++ get_header_tar.c	17 Feb 2004 12:04:13 -0000	1.32
@@ -126,10 +126,8 @@
 	case 0:
 	case '0':
 		if (last_char_is(file_header->name, '/')) {
-			printf("directory\n");
 			file_header->mode |= S_IFDIR;
 		} else {
-			printf("regular file\n");
 			file_header->mode |= S_IFREG;
 		}
 		break;




More information about the busybox-cvs mailing list