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