]> Dogcows Code - chaz/tar/blobdiff - src/system.c
(sys_child_open_for_uncompress): Minor stylistic fix.
[chaz/tar] / 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.025808 seconds and 4 git commands to generate.