mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Display target archive name when "put in the TAR archive first" option enabled
(cherry picked from commit b0912aa7e3)
This commit is contained in:
parent
371dae6c42
commit
43d2ece51b
1 changed files with 1 additions and 0 deletions
|
|
@ -717,6 +717,7 @@ begin
|
|||
// Update progress
|
||||
with Statistics do
|
||||
begin
|
||||
CurrentFileTo:= FArchiveFileName;
|
||||
TotalBytes:= TotalBytes * Divider;
|
||||
UpdateStatistics(Statistics);
|
||||
end;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue