bf1de1da4d
Motivation: A discovered typo in LzmaFrameEncoder constructor when we check `lc + lp` for better compatibility. Modifications: Changed `lc + pb` to `lc + lp`. Result: Correct check of `lc + lp` value. |
||
---|---|---|
.. | ||
src | ||
pom.xml |