From: Sergey Poznyakoff Date: Tue, 11 May 2004 14:17:28 +0000 (+0000) Subject: (sys_child_open_for_uncompress): Do not X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=commitdiff_plain;h=ee56bd0d0bbd1fa8a203826ebeb8ebb9eff176b2 (sys_child_open_for_uncompress): Do not set read_full_records_option: the compressed archive is likely not to contain integer number of records. Should the user wish to use reblocking, he may always give tar -B option. This is a minor improvement over the change dated 2004-03-22. --- 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;