Explorar el Código

* fix previous commit

git-svn-id: branches/fixes_2_0@1441 -
peter hace 20 años
padre
commit
69f755978a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;