mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-07-03 09:48:21 +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
|
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
|
// The Stream pointer must point to the first byte of the tar header
|
||||||
VAR
|
VAR
|
||||||
Rec : ARRAY [0..RECORDSIZE-1] OF CHAR;
|
Rec : ARRAY [0..RECORDSIZE-1] OF CHAR;
|
||||||
CurFilePos : INTEGER;
|
CurFilePos : int64;
|
||||||
Header : TTarHeader ABSOLUTE Rec;
|
Header : TTarHeader ABSOLUTE Rec;
|
||||||
I : INTEGER;
|
I : INTEGER;
|
||||||
HeaderChkSum : WORD;
|
HeaderChkSum : WORD;
|
||||||
|
Loading…
Reference in New Issue
Block a user