From: Sergey Poznyakoff Date: Thu, 2 Oct 2003 14:37:24 +0000 (+0000) Subject: Removed extra precaution regarding subcommand_option == CAT_SUBCOMMAND X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=a6344f97a650a33f56b9d9a7b6587b2ded33757f;p=chaz%2Ftar Removed extra precaution regarding subcommand_option == CAT_SUBCOMMAND --- diff --git a/src/tar.c b/src/tar.c index c3af749..0dd48b3 100644 --- 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));