소스 검색

* fix previous commit

git-svn-id: branches/fixes_2_0@1441 -
peter 20 년 전
부모
커밋
69f755978a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      rtl/unix/sysutils.pp

+ 1 - 1
rtl/unix/sysutils.pp

@@ -259,7 +259,7 @@ begin
   fpclose(Handle);
 end;
 
-Function FileTruncate (Handle,Size: TFileOffset) : boolean;
+Function FileTruncate (Handle,Size: Longint) : boolean;
 
 begin
   FileTruncate:=fpftruncate(Handle,Size)>=0;