mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 15:47:52 +02:00
* filepos are int64
git-svn-id: trunk@43859 -
This commit is contained in:
parent
73c6cab096
commit
51c31d1005
@ -1,3 +1,4 @@
|
||||
|
||||
(**
|
||||
Copyright (c) 2000-2010 by Stefan Heymann
|
||||
|
||||
@ -600,7 +601,7 @@ FUNCTION TTarArchive.FindNext (VAR DirRec : TTarDirRec) : BOOLEAN;
|
||||
// The Stream pointer must point to the first byte of the tar header
|
||||
VAR
|
||||
Rec : ARRAY [0..RECORDSIZE-1] OF CHAR;
|
||||
CurFilePos : INTEGER;
|
||||
CurFilePos : int64;
|
||||
Header : TTarHeader ABSOLUTE Rec;
|
||||
I : INTEGER;
|
||||
HeaderChkSum : WORD;
|
||||
|
Loading…
Reference in New Issue
Block a user