(sys_child_open_for_uncompress): Minor stylistic fix.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user