mirror of https://github.com/mirror/busybox.git
Argh. I *will* compile before checking in.
parent
f446297afd
commit
da542f3a0c
|
@ -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 New Issue