]> Dogcows Code - chaz/tar/commitdiff
Correctly parse empty uname/gname
authorSergey Poznyakoff <gray@gnu.org.ua>
Thu, 3 Mar 2005 23:13:14 +0000 (23:13 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Thu, 3 Mar 2005 23:13:14 +0000 (23:13 +0000)
src/create.c

index 6108c439ee5d7a6f9ab113ff3942355f2ebc7394..bf2c76b620f5210fdb369318282a1e9dca953eb3 100644 (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;
This page took 0.026914 seconds and 4 git commands to generate.