mirror of
https://git.tukaani.org/xz.git
synced 2025-04-01 21:30:58 +00:00
liblzma: Add a comment.
This commit is contained in:
parent
a12b13c5f0
commit
d499e467d9
@ -700,7 +700,7 @@ stream_encode_mt(void *coder_ptr, const lzma_allocator *allocator,
|
|||||||
ret = coder->thread_error;
|
ret = coder->thread_error;
|
||||||
if (ret != LZMA_OK) {
|
if (ret != LZMA_OK) {
|
||||||
assert(ret != LZMA_STREAM_END);
|
assert(ret != LZMA_STREAM_END);
|
||||||
break;
|
break; // Break out of mythread_sync.
|
||||||
}
|
}
|
||||||
|
|
||||||
// Try to read compressed data to out[].
|
// Try to read compressed data to out[].
|
||||||
|
Loading…
x
Reference in New Issue
Block a user