Browse Source

* fixed compile error

git-svn-id: trunk@6732 -
peter 18 years ago
parent
commit
7fb4c0675a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/unix/sysutils.pp

+ 1 - 1
rtl/unix/sysutils.pp

@@ -241,7 +241,7 @@ end;
 Function FileTruncate (Handle: THandle; Size: Int64) : boolean;
 
 begin
-  if Size > high (longint) then exit;
+  if Size > high (longint) then
    FileTruncate := false
 {$WARNING Support for 64-bit FS to be added!}
   else