diff options
Diffstat (limited to 'UCore.pas')
| -rw-r--r-- | UCore.pas | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -794,6 +794,7 @@ end; function CopyFilesWorker_ErrorFunc(Sender: Pointer; ErrorType, ErrorNum: integer; FileName: string): boolean; cdecl; var s, s2, s3: string; begin + Result := False; with TWorkerThread(Sender) do begin if ParamBool2 then begin Result := True; |
