You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Hong-Thai Nguyen (JIRA)" <ji...@apache.org> on 2014/11/24 10:10:13 UTC

[jira] [Resolved] (TIKA-1448) CHM parser : defect in file extraction

     [ https://issues.apache.org/jira/browse/TIKA-1448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hong-Thai Nguyen resolved TIKA-1448.
------------------------------------
    Resolution: Fixed

> CHM parser : defect in file extraction
> --------------------------------------
>
>                 Key: TIKA-1448
>                 URL: https://issues.apache.org/jira/browse/TIKA-1448
>             Project: Tika
>          Issue Type: Bug
>          Components: parser
>    Affects Versions: 1.7
>            Reporter: Bin Hawking
>             Fix For: 1.7
>
>
> 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());



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)