Avoid warning about $ after // and about local variable MinReqdVersion not initialized

git-svn-id: trunk@29159 -
This commit is contained in:
pierre 2014-11-26 16:25:06 +00:00
parent 0e70e9bfe2
commit 771f317f94

View File

@ -55,9 +55,9 @@ Type
// after central directory header
Header_ID : Word;
//e.g. $0001 (ZIP64_HEADER_ID) Zip64 extended information extra field
//$0009 OS/2: extended attributes
//$000a NTFS: (Win32 really)
//$000d UNIX: uid, gid etc
// $0009 OS/2: extended attributes
// $000a NTFS: (Win32 really)
// $000d UNIX: uid, gid etc
Data_Size : Word; //size of following field data
//... field data should follow...
end;
@ -1526,6 +1526,7 @@ Var
Zip64ECDL : Zip64_End_of_Central_Dir_Locator_type;
Begin
ACount := 0;
MinReqdVersion:=0;
CenDirPos := FOutStream.Position;
FOutStream.Seek(0,soBeginning); { Rewind output file }
HdrPos := FOutStream.Position;