]> icculus.org git repositories - icculus/xz.git/commit
Don't allow LZMA_SYNC_FLUSH with decoders anymore. There's
authorLasse Collin <lasse.collin@tukaani.org>
Thu, 4 Sep 2008 07:39:15 +0000 (10:39 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Thu, 4 Sep 2008 07:39:15 +0000 (10:39 +0300)
commit2496aee8a7741a8a0d42987db41ff2cf1a4bdabd
tree485938797f4c075008fc38f7209fba9ea52932e9
parentbea301c26d5d52675e11e0236faec0492af98f60
Don't allow LZMA_SYNC_FLUSH with decoders anymore. There's
simply nothing that would use it. Allow LZMA_FINISH to the
decoders, which will usually ignore it (auto decoder and
Stream decoder being exceptions).
src/liblzma/common/alone_decoder.c
src/liblzma/common/block_decoder.c
src/liblzma/common/filter_decoder.c