From: Sergey Poznyakoff Date: Fri, 27 Aug 2010 12:36:24 +0000 (+0300) Subject: Fix --remove-files in update/append mode. X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=commitdiff_plain;h=45a574151ae64ae4f9b0d99302f7da6d9d8451a9 Fix --remove-files in update/append mode. * src/update.c (update_archive): Call finish_deferred_unlinks when done. --- diff --git a/src/update.c b/src/update.c index d00e8d6..73b9d53 100644 --- a/src/update.c +++ b/src/update.c @@ -230,5 +230,6 @@ update_archive (void) write_eot (); close_archive (); + finish_deferred_unlinks (); names_notfound (); }