diff options
Diffstat (limited to 'UCoreWorkers.pas')
| -rw-r--r-- | UCoreWorkers.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/UCoreWorkers.pas b/UCoreWorkers.pas index bcdd07f..b2b6479 100644 --- a/UCoreWorkers.pas +++ b/UCoreWorkers.pas @@ -1371,7 +1371,7 @@ begin { if DestEngine.ChangeDir(CurrPath) <> 0 then DebugMsg(['*** WARNING: Cannot change to the origin location, strange behaviour may occur.']); if SrcEngine.ChangeDir(CurrPath) <> 0 then DebugMsg(['*** WARNING: Cannot change to the origin location, strange behaviour may occur.']); } -// DebugWriteListSL(List); + DebugWriteListSL(List); __chdir('/'); // Compute total size of files to copy |
