mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
33be3c0e24
too early if we hit End of Input while decoding a Subblock of type Repeating Data. To keep the loop termination condition elegant, the order of enumerations in coder->sequence were changed. To keep the case-labels in roughly the same order as the enumerations in coder->sequence, large chunks of code was moved around. This made the diff big and ugly compared to the amount of the actual changes made. |
||
---|---|---|
.. | ||
Makefile.am | ||
subblock_decoder.c | ||
subblock_decoder.h | ||
subblock_decoder_helper.c | ||
subblock_decoder_helper.h | ||
subblock_encoder.c | ||
subblock_encoder.h |