Browse Source

* typo fix, as per mantis 15818

git-svn-id: trunk@14929 -
marco 15 years ago
parent
commit
8a8df7db67
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/chm/src/chmreader.pas

+ 1 - 1
packages/chm/src/chmreader.pas

@@ -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