From a6344f97a650a33f56b9d9a7b6587b2ded33757f Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Thu, 2 Oct 2003 14:37:24 +0000 Subject: [PATCH] Removed extra precaution regarding subcommand_option == CAT_SUBCOMMAND --- src/tar.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)); -- 2.44.0