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:
6aa5223
)
Remove debugging
author
Glenn L McGrath
<bug1@ihug.co.nz>
Tue, 17 Feb 2004 12:04:13 +0000
(12:04 -0000)
committer
Glenn L McGrath
<bug1@ihug.co.nz>
Tue, 17 Feb 2004 12:04:13 +0000
(12:04 -0000)
archival/libunarchive/get_header_tar.c
patch
|
blob
|
history
diff --git
a/archival/libunarchive/get_header_tar.c
b/archival/libunarchive/get_header_tar.c
index 4e31b85212140f7f162c7e7a647de1630ff5c151..fbca0f274821ad6c48bafdbc2d109a94027fb1cf 100644
(file)
--- a/
archival/libunarchive/get_header_tar.c
+++ b/
archival/libunarchive/get_header_tar.c
@@
-126,10
+126,8
@@
extern char get_header_tar(archive_handle_t *archive_handle)
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;