diff options
author | kraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-09-01 02:53:01 +0000 |
---|---|---|
committer | kraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-09-01 02:53:01 +0000 |
commit | f60e7f83aa5b36bdabef8fcf11f5fb42a27b12d2 (patch) | |
tree | 9eb1db62dc433ea826c93c339a90b3021cca529e /tar.c | |
parent | 12cd4c0913cae1f77f807d8b0c44d21d6157f79e (diff) | |
download | busybox-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |