Browse Source

--- Merging r30892 into '.':
U rtl/unix/sysfile.inc
--- Recording mergeinfo for merge of r30892 into '.':
U .

# revisions: 30892

git-svn-id: branches/fixes_3_0@31091 -

marco 10 years ago
parent
commit
da6d6b14c7
1 changed files with 1 additions and 1 deletions
  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.                                   }