Argh. I *will* compile before checking in.

This commit is contained in:
Matt Kraai 2000-09-01 02:53:01 +00:00
parent f446297afd
commit da542f3a0c
2 changed files with 2 additions and 2 deletions

View File

@ -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
View File

@ -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