aboutsummaryrefslogtreecommitdiff
path: root/tar.c
diff options
context:
space:
mode:
authorkraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-09-01 02:53:01 +0000
committerkraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-09-01 02:53:01 +0000
commitf60e7f83aa5b36bdabef8fcf11f5fb42a27b12d2 (patch)
tree9eb1db62dc433ea826c93c339a90b3021cca529e /tar.c
parent12cd4c0913cae1f77f807d8b0c44d21d6157f79e (diff)
downloadbusybox-w32-f60e7f83aa5b36bdabef8fcf11f5fb42a27b12d2.tar.gz
busybox-w32-f60e7f83aa5b36bdabef8fcf11f5fb42a27b12d2.tar.bz2
busybox-w32-f60e7f83aa5b36bdabef8fcf11f5fb42a27b12d2.zip
Argh. I *will* compile before checking in.
git-svn-id: svn://busybox.net/trunk/busybox@993 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'tar.c')
-rw-r--r--tar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tar.c b/tar.c
index 597e9b80d..460962e44 100644
--- a/tar.c
+++ b/tar.c
@@ -601,7 +601,7 @@ static int readTarFile(const char* tarName, int extractFlag, int listFlag,
601 } 601 }
602 602
603 /* Remove files if we would overwrite them */ 603 /* Remove files if we would overwrite them */
604 if (extractFlag == TRUE && tostdOut == FALSE) 604 if (extractFlag == TRUE && tostdoutFlag == FALSE)
605 unlink(header.name); 605 unlink(header.name);
606 606
607 /* If we got here, we can be certain we have a legitimate 607 /* If we got here, we can be certain we have a legitimate