Uploaded image for project: 'Tika'
  1. Tika
  2. TIKA-1448

CHM parser : defect in file extraction

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.7
    • 1.7
    • parser
    • None

    Description

      in ChmBlockInfo class:

      chmBlockInfo
      .setIniBlock((chmBlockInfo.startBlock - chmBlockInfo.startBlock)
      % (int) clcd.getResetInterval());

      always sets 0

      according to the lzx algorithm, should be

      chmBlockInfo
      .setIniBlock( chmBlockInfo.startBlock - chmBlockInfo.startBlock
      % (int) clcd.getResetInterval());

      Attachments

        Activity

          People

            Unassigned Unassigned
            binhawking Bin Hawking
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: