소스 검색

* fixed compile error

git-svn-id: trunk@6732 -
peter 18 년 전
부모
커밋
7fb4c0675a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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