From: Sergey Poznyakoff Date: Thu, 3 Mar 2005 23:13:14 +0000 (+0000) Subject: Correctly parse empty uname/gname X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=9fc348aae985244ea851ab149b4e3bdc3c68ab2d;hp=0fd49f51a052c54a86f9dcc12d9820c897262fa8;p=chaz%2Ftar Correctly parse empty uname/gname --- 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;