diff options
author | Matt Kraai | 2000-09-01 02:53:01 +0000 |
---|---|---|
committer | Matt Kraai | 2000-09-01 02:53:01 +0000 |
commit | da542f3a0ca107d00be9ac00a5c8e23ef5af9c28 (patch) | |
tree | 9eb1db62dc433ea826c93c339a90b3021cca529e /archival | |
parent | f446297afd6b1d0c2558038f198a929082f820f7 (diff) | |
download | busybox-da542f3a0ca107d00be9ac00a5c8e23ef5af9c28.zip busybox-da542f3a0ca107d00be9ac00a5c8e23ef5af9c28.tar.gz |
Argh. I *will* compile before checking in.
Diffstat (limited to 'archival')
-rw-r--r-- | archival/tar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/tar.c b/archival/tar.c index 597e9b8..460962e 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 |