X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fcreate.c;h=cee0b55f36ce7e616e28f2c24c1c3a4ab94a87d1;hb=ed08ef04580c897112c79932a98ac5ccda40425b;hp=6108c439ee5d7a6f9ab113ff3942355f2ebc7394;hpb=549a691adaac37bde0bcf7d91cbe353733aac843;p=chaz%2Ftar diff --git a/src/create.c b/src/create.c index 6108c43..cee0b55 100644 --- a/src/create.c +++ b/src/create.c @@ -859,7 +859,7 @@ dump_regular_file (int fd, struct tar_stat_info *st) if (multi_volume_option) { - assign_string (&save_name, st->file_name); + assign_string (&save_name, st->orig_file_name); save_sizeleft = size_left; save_totsize = st->stat.st_size; } @@ -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;