mirror of https://git.tukaani.org/xz.git
liblzma: Fix a comment in auto_decoder.c.
This commit is contained in:
parent
026a5897c7
commit
3f4990b682
|
@ -86,8 +86,8 @@ auto_decode(void *coder_ptr, const lzma_allocator *allocator,
|
||||||
// Fall through
|
// Fall through
|
||||||
|
|
||||||
case SEQ_FINISH:
|
case SEQ_FINISH:
|
||||||
// When LZMA_DECODE_CONCATENATED was used and we were decoding
|
// When LZMA_CONCATENATED was used and we were decoding
|
||||||
// LZMA_Alone file, we need to check check that there is no
|
// a LZMA_Alone file, we need to check that there is no
|
||||||
// trailing garbage and wait for LZMA_FINISH.
|
// trailing garbage and wait for LZMA_FINISH.
|
||||||
if (*in_pos < in_size)
|
if (*in_pos < in_size)
|
||||||
return LZMA_DATA_ERROR;
|
return LZMA_DATA_ERROR;
|
||||||
|
|
Loading…
Reference in New Issue