]> Dogcows Code - chaz/tar/commitdiff
(_open_archive): Remove unnecessary argument to check_compressed_archive.
authorSergey Poznyakoff <gray@gnu.org.ua>
Tue, 2 May 2006 16:32:40 +0000 (16:32 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Tue, 2 May 2006 16:32:40 +0000 (16:32 +0000)
src/buffer.c

index a6daf3c9b3ae61774c52e09a61f913b211d09b9b..0e7d47beb082c20c56134139e3ae18ad3541972f 100644 (file)
@@ -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"),
This page took 0.02473 seconds and 4 git commands to generate.