mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: Patch "[ 2691780 ] WCX fixes" from cobines
This commit is contained in:
parent
89bce101c4
commit
a4fcd91d75
1 changed files with 1 additions and 1 deletions
|
|
@ -498,7 +498,7 @@ begin
|
|||
Assert(srcFileList <> nil,'CopyListExpandNames: srcFileList=nil');
|
||||
Assert(dstFileList <> nil,'CopyListExpandNames: dstFileList=nil');
|
||||
dstFileList.Clear;
|
||||
dstFileList.CurrentDirectory := srcFileList.CurrentDirectory;
|
||||
dstFileList.CurrentDirectory := sPath;
|
||||
for xIndex:=0 to srcFileList.Count-1 do
|
||||
begin
|
||||
p:=srcFileList.GetItem(xIndex)^;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue