From: Sergey Poznyakoff Date: Sat, 5 Nov 2005 15:54:30 +0000 (+0000) Subject: (dump_file): Call update_parent_directory. X-Git-Tag: alpha_1_15_90~160 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=b100f6ae5bd04c76a95567961ba6e033235ff0be;p=debian%2Ftar (dump_file): Call update_parent_directory. --- diff --git a/src/create.c b/src/create.c index c5a5d712..6e7d158b 100644 --- a/src/create.c +++ b/src/create.c @@ -1622,5 +1622,7 @@ dump_file (char *p, int top_level, dev_t parent_device) struct tar_stat_info st; tar_stat_init (&st); dump_file0 (&st, p, top_level, parent_device); + if (listed_incremental_option) + update_parent_directory (p); tar_stat_destroy (&st); }