commit | 09900b96d8ff05778d3cfcdd000d3e8979791d24 | [log] [tgz] |
---|---|---|
author | Lasse Collin <[email protected]> | Sun May 30 22:54:53 2010 +0300 |
committer | Lasse Collin <[email protected]> | Sun May 30 22:54:53 2010 +0300 |
tree | 1642082338b16ae5aed2c8cf78b3b133dd756d58 | |
parent | 36b83dd6c173a9b881978247b8a486829984fd5b [diff] |
Support decompressing files with unsupported check types. This is enabled at compile time by defining XZ_DEC_ANY_CHECK. If the Check ID is not supported, xz_dec_run() will return XZ_UNSUPPORTED_CHECK. In multi-call mode, decoding can be then continued normally. In single-call mode, decoding cannot be continued, thus this feature is useful only in multi-call mode.