aboutsummaryrefslogtreecommitdiff
path: root/omar.c
diff options
context:
space:
mode:
Diffstat (limited to 'omar.c')
-rw-r--r--omar.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/omar.c b/omar.c
index a1cc643..da2a575 100644
--- a/omar.c
+++ b/omar.c
@@ -318,13 +318,6 @@ archive_extract(void)
hdr = (struct omar_hdr *)buf;
for (;;) {
- #if 0
- printf("MAGIC: %s\n", hdr->magic);
- printf("TYPE: %d\n", hdr->type);
- printf("LEN: %d\n", hdr->len);
- printf("NAMELEN: %d\n", hdr->namelen);
- #endif
-
if (memcmp(hdr->magic, OMAR_EOF, sizeof(OMAR_EOF)) == 0) {
printf("EOF!\n");
return 0;