]> Dogcows Code - chaz/tar/commitdiff
Removed extra precaution regarding subcommand_option == CAT_SUBCOMMAND
authorSergey Poznyakoff <gray@gnu.org.ua>
Thu, 2 Oct 2003 14:37:24 +0000 (14:37 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Thu, 2 Oct 2003 14:37:24 +0000 (14:37 +0000)
src/tar.c

index c3af7499bfd75c778f1e97249bd8cbd9a40a9873..0dd48b3ebd57f11ecaf7f473306c0c53b63555e4 100644 (file)
--- a/src/tar.c
+++ b/src/tar.c
@@ -1273,8 +1273,7 @@ see the file named COPYING for details."));
 
   if (incremental_option
       || multi_volume_option
-      || sparse_option
-      || subcommand_option == CAT_SUBCOMMAND)
+      || sparse_option)
     assert_format (FORMAT_MASK (OLDGNU_FORMAT)
                   | FORMAT_MASK (GNU_FORMAT));
   
This page took 0.023758 seconds and 4 git commands to generate.