mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-22 08:29:26 +02:00
--- Merging r43859 into '.':
U packages/libtar/src/libtar.pp --- Recording mergeinfo for merge of r43859 into '.': U . # revisions: 43859 git-svn-id: branches/fixes_3_2@43923 -
This commit is contained in:
parent
46c900fbc7
commit
cb589a9201
@ -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