Fixed wrong type of flags_size in Subblock encoder.

This commit is contained in:
Lasse Collin 2007-12-11 11:18:58 +02:00
parent ce64df7162
commit 7c1ad41eb6
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ struct lzma_coder_s {
bool got_input;
uint8_t *flags;
size_t flags_size;
uint32_t flags_size;
lzma_next_coder subcoder;