]> Dogcows Code - chaz/tar/commitdiff
(sys_child_open_for_uncompress): Do not
authorSergey Poznyakoff <gray@gnu.org.ua>
Tue, 11 May 2004 14:17:28 +0000 (14:17 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Tue, 11 May 2004 14:17:28 +0000 (14:17 +0000)
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.

src/system.c

index 1e99aabe0056d6f890930cb7a0ef199cc4172bad..cd8f77c2eadf3a75845708b162b5f6d6248c3f3f 100644 (file)
@@ -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;
This page took 0.026744 seconds and 4 git commands to generate.