From 3e8f210904c1ca7db385249c53bccf464a184623 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Tue, 11 May 2004 14:23:25 +0000 Subject: [PATCH] (open_archive): Removed assignment to read_full_records_option. --- src/buffer.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/buffer.c b/src/buffer.c index f3cebc0..afab39c 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -293,7 +293,6 @@ open_archive (enum access_mode wanted_access) { case ACCESS_READ: child_pid = sys_child_open_for_uncompress (); - read_full_records_option = false; break; case ACCESS_WRITE: -- 2.44.0