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-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=783e58b39411f6db86cbbb9c210a448e47115340;p=chaz%2Ftar (_open_archive): Remove unnecessary argument to check_compressed_archive. --- diff --git a/src/buffer.c b/src/buffer.c index a6daf3c..0e7d47b 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"),