]> Dogcows Code - chaz/tar/commitdiff
(open_archive): Removed assignment to read_full_records_option.
authorSergey Poznyakoff <gray@gnu.org.ua>
Tue, 11 May 2004 14:23:25 +0000 (14:23 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Tue, 11 May 2004 14:23:25 +0000 (14:23 +0000)
src/buffer.c

index f3cebc0aed908a5450a26404c927fd817164f2ae..afab39c5f29769e5fc2383720ccdd62c0cf9461f 100644 (file)
@@ -293,7 +293,6 @@ open_archive (enum access_mode wanted_access)
        {
        case ACCESS_READ:
          child_pid = sys_child_open_for_uncompress ();
-         read_full_records_option = false;
          break;
 
        case ACCESS_WRITE:
This page took 0.027561 seconds and 4 git commands to generate.