mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-21 11:39:27 +01:00
* typo fix, as per mantis 15818
git-svn-id: trunk@14929 -
This commit is contained in:
parent
8a1f272c6b
commit
8a8df7db67
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user