diff options
author | Erik Troan <ewt@redhat.com> | 2000-04-26 23:21:14 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2000-04-26 23:21:14 +0000 |
commit | 83e760be52f83bed749facf21829ea2b3917670a (patch) | |
tree | 482bf7b2fb1cbf85f9024c375f2a0ef412c43076 /isys | |
parent | 2995980370c80905ed574b3d9d2d35a7a5fa83cc (diff) | |
download | anaconda-83e760be52f83bed749facf21829ea2b3917670a.tar.gz anaconda-83e760be52f83bed749facf21829ea2b3917670a.tar.xz anaconda-83e760be52f83bed749facf21829ea2b3917670a.zip |
removed printf
Diffstat (limited to 'isys')
-rw-r--r-- | isys/uncpio.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/isys/uncpio.c b/isys/uncpio.c index ceabeba75..27ff4a5d0 100644 --- a/isys/uncpio.c +++ b/isys/uncpio.c @@ -697,8 +697,6 @@ static int copyFile(struct ourfd * inFd, struct ourfd * outFd, int amount; size_t size = chp->size; - printf("copying %s\n", chp->path); - amount = strlen(chp->path) + 1; memcpy(pHdr->magic, CPIO_NEWC_MAGIC, sizeof(pHdr->magic)); gzwrite(outFd->fd, pHdr, PHYS_HDR_SIZE); |