From: Sergey Poznyakoff Date: Tue, 2 May 2006 16:32:40 +0000 (+0000) Subject: (_open_archive): Remove unnecessary argument to check_compressed_archive. X-Git-Tag: alpha_1_15_90_incremental_1~5 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=783e58b39411f6db86cbbb9c210a448e47115340;p=debian%2Ftar (_open_archive): Remove unnecessary argument to check_compressed_archive. --- diff --git a/src/buffer.c b/src/buffer.c index a6daf3c9..0e7d47be 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -453,7 +453,7 @@ _open_archive (enum access_mode wanted_access) archive = STDIN_FILENO; - type = check_compressed_archive (archive); + type = check_compressed_archive (); if (type != ct_none) FATAL_ERROR ((0, 0, _("Archive is compressed. Use %s option"),