Explorar o código

* Fixed ftruncate to take 64-bit argument

git-svn-id: trunk@30892 -
michael %!s(int64=10) %!d(string=hai) anos
pai
achega
4242934edb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      rtl/unix/sysfile.inc

+ 1 - 1
rtl/unix/sysfile.inc

@@ -48,7 +48,7 @@ Begin
 End;
 
 { truncate at a given position }
-procedure do_truncate (handle:thandle;fpos:longint);
+procedure do_truncate (handle:thandle;fpos:int64);
 begin
   { should be simulated in cases where it is not }
   { available.                                   }