]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib-compression: Fixed LZMA compression.
authorTimo Sirainen <tss@iki.fi>
Wed, 7 May 2014 09:26:38 +0000 (12:26 +0300)
committerTimo Sirainen <tss@iki.fi>
Wed, 7 May 2014 09:26:38 +0000 (12:26 +0300)
commit38ec64f181318ba87481fe820abba6caa86d1ca6
treea2c2df1520651605b0a7d902d80870a3541a74dd
parentd97801ee5fa37b8635ccd0ba798a257969ef1691
lib-compression: Fixed LZMA compression.
The code now looks more like the doc/examples/01_compress_easy.c distributed
with xz-utils. Most importantly this changes LZMA_OK to be allowed as a
result for lzma_code(zs, LZMA_FINISH).
src/lib-compression/ostream-lzma.c