Explorar o código

Correctly parse empty uname/gname

Sergey Poznyakoff %!s(int64=20) %!d(string=hai) anos
pai
achega
9fc348aae9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/create.c

+ 1 - 1
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;