]> Dogcows Code - chaz/tar/commitdiff
(dump_file): Call update_parent_directory.
authorSergey Poznyakoff <gray@gnu.org.ua>
Sat, 5 Nov 2005 15:54:30 +0000 (15:54 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Sat, 5 Nov 2005 15:54:30 +0000 (15:54 +0000)
src/create.c

index c5a5d712ad4603f6933c7bbeff976a620e8b9ab4..6e7d158b63e07916b143668b687d25d66503067b 100644 (file)
@@ -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);
 }
This page took 0.025156 seconds and 4 git commands to generate.