Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Kraai <kraai@debian.org>2000-09-01 06:53:01 +0400
committerMatt Kraai <kraai@debian.org>2000-09-01 06:53:01 +0400
commitda542f3a0ca107d00be9ac00a5c8e23ef5af9c28 (patch)
tree9eb1db62dc433ea826c93c339a90b3021cca529e /archival
parentf446297afd6b1d0c2558038f198a929082f820f7 (diff)
Argh. I *will* compile before checking in.
Diffstat (limited to 'archival')
-rw-r--r--archival/tar.c2
1 files changed, 1 insertions, 1 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,
}
/* Remove files if we would overwrite them */
- if (extractFlag == TRUE && tostdOut == FALSE)
+ if (extractFlag == TRUE && tostdoutFlag == FALSE)
unlink(header.name);
/* If we got here, we can be certain we have a legitimate