X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fsystem.c;h=cd8f77c2eadf3a75845708b162b5f6d6248c3f3f;hb=6869d0f6b38a0cef2f04ad1792ce5ff61e314b15;hp=1e99aabe0056d6f890930cb7a0ef199cc4172bad;hpb=2bda83b48d8a6807632312403561b11b79048443;p=chaz%2Ftar diff --git a/src/system.c b/src/system.c index 1e99aab..cd8f77c 100644 --- a/src/system.c +++ b/src/system.c @@ -517,7 +517,6 @@ sys_child_open_for_uncompress (void) { /* The parent tar is still here! Just clean up. */ - read_full_records_option = true; archive = parent_pipe[PREAD]; xclose (parent_pipe[PWRITE]); return child_pid;