Remove cruft

This commit is contained in:
Glenn L McGrath
2001-03-28 07:37:48 +00:00
parent 9233959940
commit 02cebebc3b
4 changed files with 4 additions and 8 deletions

2
tar.c
View File

@ -284,11 +284,9 @@ extern int tar_main(int argc, char **argv)
/* unzip tarFd in a seperate process */
if (unzipFlag == TRUE) {
comp_file = fdopen(tarFd, "r");
printf("1\n");
if ((tarFd = gz_open(comp_file, &pid)) == EXIT_FAILURE) {
error_msg_and_die("Couldnt unzip file");
}
printf("2\n");
}
#endif
status = readTarFile(tarFd, extractFlag, listFlag, tostdoutFlag,