UPD: Patch "[ 2691780 ] WCX fixes" from cobines

This commit is contained in:
Alexander Koblov 2009-03-26 20:19:34 +00:00
commit a4fcd91d75

View file

@ -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)^;