Explorar o código

(sys_child_open_for_uncompress): Minor stylistic fix.

Sergey Poznyakoff %!s(int64=21) %!d(string=hai) anos
pai
achega
7fb546943e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/system.c

+ 1 - 1
src/system.c

@@ -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;