mirror of
https://git.savannah.gnu.org/git/tar.git
synced 2026-05-31 03:56:45 +00:00
(_open_archive): Remove unnecessary argument to check_compressed_archive.
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user