* fix building of zipper.pp as suggested by Jeppe Johansen

git-svn-id: trunk@22298 -
This commit is contained in:
florian 2012-09-03 12:34:16 +00:00
parent 6290526821
commit 0214dd68f9

View File

@ -1738,7 +1738,7 @@ end;
Procedure TUnZipper.ReadZipDirectory;
Var
i,
i : LongInt;
EndHdrPos,
CenDirPos : Int64;
NewNode : TFullZipFileEntry;