Correctly parse empty uname/gname

This commit is contained in:
Sergey Poznyakoff
2005-03-03 23:13:14 +00:00
parent 0fd49f51a0
commit 9fc348aae9

View File

@@ -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;