summaryrefslogtreecommitdiff
path: root/UCore.pas
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2009-11-17 16:37:34 +0100
committerTomas Bzatek <tbzatek@users.sourceforge.net>2009-11-17 16:37:34 +0100
commit8487ec272eaadcb60b778d440eba9e108282bf63 (patch)
tree89eef8f8fd2c2dc888f9803a2a039961e1c9bdfd /UCore.pas
parentd884d5168984d36a5c08f4814e81b070d7c964d3 (diff)
downloadtuxcmd-8487ec272eaadcb60b778d440eba9e108282bf63.tar.xz
Fix some compiler warnings and hints
Diffstat (limited to 'UCore.pas')
-rw-r--r--UCore.pas1
1 files changed, 1 insertions, 0 deletions
diff --git a/UCore.pas b/UCore.pas
index dd9cd9e..89af1a2 100644
--- a/UCore.pas
+++ b/UCore.pas
@@ -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;