From 9fc348aae985244ea851ab149b4e3bdc3c68ab2d Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Thu, 3 Mar 2005 23:13:14 +0000 Subject: [PATCH] Correctly parse empty uname/gname --- src/create.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/create.c b/src/create.c index 6108c43..bf2c76b 100644 --- a/src/create.c +++ b/src/create.c @@ -1397,7 +1397,7 @@ dump_file0 (struct tar_stat_info *st, char *p, && OLDER_STAT_TIME (st->stat, m) && (!after_date_option || OLDER_STAT_TIME (st->stat, c))) { - if (!incremental_option) + if (!incremental_option && verbose_option) WARN ((0, 0, _("%s: file is unchanged; not dumped"), quotearg_colon (p))); return; -- 2.44.0