From: Sergey Poznyakoff Date: Sun, 29 Feb 2004 10:16:02 +0000 (+0000) Subject: (sys_child_open_for_uncompress): Minor stylistic fix. X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=7fb546943ef0bd07a1bc65164e6e752b9fa4126f;p=chaz%2Ftar (sys_child_open_for_uncompress): Minor stylistic fix. --- diff --git a/src/system.c b/src/system.c index c70b953..f0b6461 100644 --- a/src/system.c +++ b/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;