Fixed issue #3859: Incorrect count of removed files if some files do not exist
commitade1cf1b1dbad66ded009c5e492c460bb2db9c24
authorMichael Bauer <meigelb_dev@outlook.com>
Sun, 6 Feb 2022 15:36:47 +0000 (6 16:36 +0100)
committerSven Strickroth <email@cs-ware.de>
Mon, 7 Feb 2022 11:50:53 +0000 (7 11:50 +0000)
treecf0cfc00bcb1e4161e9919243ea1bd2af1581279
parent4104014512bf72c854a41699c9163b09633d4dd4
Fixed issue #3859: Incorrect count of removed files if some files do not exist

Show number of removed files and end method gracefully even if user aborted further removal after a failing file. Calling AddPathsForUpdate() for the whole pathList should be harmless.

Signed-off-by: Michael Bauer <meigelb_dev@outlook.com>
src/TortoiseProc/Commands/RemoveCommand.cpp