mirror of
https://git.busybox.net/busybox
synced 2026-02-15 22:16:09 +00:00
Argh. I *will* compile before checking in.
This commit is contained in:
parent
f446297afd
commit
da542f3a0c
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
2
tar.c
2
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue