Browse Source

Fix --remove-files in update/append mode.

* src/update.c (update_archive): Call finish_deferred_unlinks when
done.
Sergey Poznyakoff 14 years ago
parent
commit
45a574151a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/update.c

+ 1 - 0
src/update.c

@@ -230,5 +230,6 @@ update_archive (void)
 
   write_eot ();
   close_archive ();
+  finish_deferred_unlinks ();
   names_notfound ();
 }