mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: CopyFile function result
This commit is contained in:
parent
a4256e8cc2
commit
41fa2878ad
1 changed files with 2 additions and 0 deletions
|
|
@ -777,6 +777,8 @@ begin
|
|||
CheckOperationState; // check pause and stop
|
||||
end;//while
|
||||
|
||||
Result:= True;
|
||||
|
||||
finally
|
||||
if Assigned(SourceFileStream) then
|
||||
FreeAndNil(SourceFileStream);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue