Browse Source

--- Merging r14929 into '.':
U packages/chm/src/chmreader.pas

# revisions: 14929
------------------------------------------------------------------------
r14929 | marco | 2010-02-19 20:59:02 +0100 (Fri, 19 Feb 2010) | 2 lines
Changed paths:
M /trunk/packages/chm/src/chmreader.pas

* typo fix, as per mantis 15818

------------------------------------------------------------------------

git-svn-id: branches/fixes_2_4@14982 -

marco 15 years ago
parent
commit
875821806a
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;
      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