mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 21:09:20 +02:00
* fix building of zipper.pp as suggested by Jeppe Johansen
git-svn-id: trunk@22298 -
This commit is contained in:
parent
6290526821
commit
0214dd68f9
@ -1738,7 +1738,7 @@ end;
|
|||||||
Procedure TUnZipper.ReadZipDirectory;
|
Procedure TUnZipper.ReadZipDirectory;
|
||||||
|
|
||||||
Var
|
Var
|
||||||
i,
|
i : LongInt;
|
||||||
EndHdrPos,
|
EndHdrPos,
|
||||||
CenDirPos : Int64;
|
CenDirPos : Int64;
|
||||||
NewNode : TFullZipFileEntry;
|
NewNode : TFullZipFileEntry;
|
||||||
|
Loading…
Reference in New Issue
Block a user