1
0
鏡像自 https://git.tukaani.org/xz.git synced 2026-04-24 17:17:59 +00:00

liblzma: Add a comment.

This commit is contained in:
Lasse Collin 2019-06-24 23:52:17 +03:00
父節點 44eb961f2a
當前提交 25f7455472

查看文件

@ -700,7 +700,7 @@ stream_encode_mt(void *coder_ptr, const lzma_allocator *allocator,
ret = coder->thread_error;
if (ret != LZMA_OK) {
assert(ret != LZMA_STREAM_END);
break;
break; // Break out of mythread_sync.
}
// Try to read compressed data to out[].