mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Copy via a temporary directory
This commit is contained in:
parent
b2a3fa2686
commit
4f3ec507f6
1 changed files with 1 additions and 1 deletions
|
|
@ -3804,7 +3804,7 @@ begin
|
|||
if params.operationTemp and Result and ((QueueIdentifier <> ModalQueueId) or FModalOperationResult) then
|
||||
begin
|
||||
// CopyIn from temp filesystem
|
||||
Operation := params.resultFS.CreateCopyInOperation(
|
||||
Operation := params.targetFS.CreateCopyInOperation(
|
||||
TargetFileSource,
|
||||
TargetFiles,
|
||||
params.targetPath) as TFileSourceCopyOperation;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue