* typo fix, as per mantis 15818

git-svn-id: trunk@14929 -
This commit is contained in:
marco 2010-02-19 19:59:02 +00:00
parent 8a1f272c6b
commit 8a8df7db67

View File

@ -417,7 +417,7 @@ procedure TChmReader.ReadCommonData;
OffSet: DWord;
//TotalSize: DWord;
begin
fIVB := GetObject('/#IBV');
fIVB := GetObject('/#IVB');
if fIVB = nil then Exit;
fStrings := GetObject('/#STRINGS');
if fStrings = nil then begin