Browse Source

(_open_archive): Remove unnecessary argument to check_compressed_archive.

Sergey Poznyakoff 19 years ago
parent
commit
783e58b394
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/buffer.c

+ 1 - 1
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"),