diff options
author | Matt Kraai <kraai@debian.org> | 2000-09-01 02:53:01 +0000 |
---|---|---|
committer | Matt Kraai <kraai@debian.org> | 2000-09-01 02:53:01 +0000 |
commit | da542f3a0ca107d00be9ac00a5c8e23ef5af9c28 (patch) | |
tree | 9eb1db62dc433ea826c93c339a90b3021cca529e | |
parent | f446297afd6b1d0c2558038f198a929082f820f7 (diff) | |
download | busybox-w32-da542f3a0ca107d00be9ac00a5c8e23ef5af9c28.tar.gz busybox-w32-da542f3a0ca107d00be9ac00a5c8e23ef5af9c28.tar.bz2 busybox-w32-da542f3a0ca107d00be9ac00a5c8e23ef5af9c28.zip |
Argh. I *will* compile before checking in.
-rw-r--r-- | archival/tar.c | 2 | ||||
-rw-r--r-- | tar.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/archival/tar.c b/archival/tar.c index 597e9b80d..460962e44 100644 --- a/archival/tar.c +++ b/archival/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 |
@@ -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 |