diff options
Diffstat (limited to '')
-rw-r--r-- | src/liblzma/common/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liblzma/common/common.c b/src/liblzma/common/common.c index 8ffe9764..1399b928 100644 --- a/src/liblzma/common/common.c +++ b/src/liblzma/common/common.c @@ -317,7 +317,7 @@ lzma_code(lzma_stream *strm, lzma_action action) ret = LZMA_OK; break; - case LZMA_SEEK: + case LZMA_SEEK_NEEDED: strm->internal->allow_buf_error = false; // If LZMA_FINISH was used, reset it back to the |