Initialize align_price_count and match_price_count in
authorLasse Collin <lasse.collin@tukaani.org>
Mon, 10 Mar 2008 11:46:48 +0000 (13:46 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Mon, 10 Mar 2008 11:46:48 +0000 (13:46 +0200)
commit0541c5ea63ef3c0ff85eeddb0a420e56b0c65258
tree396a02486ec26c091953514a05067013c72958be
parent596fa1fac72823e4ef5bc26bb53f9090445bf748
Initialize align_price_count and match_price_count in
lzma_encoder_init.c. While we don't call
fill_distances_prices() and fill_align_prices() in
lzma_lzma_encoder_init(), we still need to initialize
these two variables so that the fill functions get
called in lzma_encoder_getoptimum.c in the beginning
of a stream.
src/liblzma/lzma/lzma_encoder_init.c