From 7fb546943ef0bd07a1bc65164e6e752b9fa4126f Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Sun, 29 Feb 2004 10:16:02 +0000 Subject: [PATCH] (sys_child_open_for_uncompress): Minor stylistic fix. --- src/system.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.44.0