]> Dogcows Code - chaz/tar/commitdiff
(sys_child_open_for_uncompress): Minor stylistic fix.
authorSergey Poznyakoff <gray@gnu.org.ua>
Sun, 29 Feb 2004 10:16:02 +0000 (10:16 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Sun, 29 Feb 2004 10:16:02 +0000 (10:16 +0000)
src/system.c

index c70b953a5efbd7b2faee19bf289bf3b8d6ea5374..f0b64615bed2ca5adabb6e0ad30e706579bbc97c 100644 (file)
@@ -553,7 +553,7 @@ sys_child_open_for_uncompress (void)
     {
       /* The parent tar is still here!  Just clean up.  */
 
-      read_full_records_option = 1;
+      read_full_records_option = true;
       archive = parent_pipe[PREAD];
       xclose (parent_pipe[PWRITE]);
       return child_pid;
This page took 0.02421 seconds and 4 git commands to generate.