From: Sergey Poznyakoff Date: Sat, 5 Nov 2005 15:54:30 +0000 (+0000) Subject: (dump_file): Call update_parent_directory. X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=commitdiff_plain;h=b100f6ae5bd04c76a95567961ba6e033235ff0be (dump_file): Call update_parent_directory. --- diff --git a/src/create.c b/src/create.c index c5a5d71..6e7d158 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); }