Pārlūkot izejas kodu

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

* src/update.c (update_archive): Call finish_deferred_unlinks when
done.
Sergey Poznyakoff 14 gadi atpakaļ
vecāks
revīzija
45a574151a
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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 ();
 }