鏡像自
https://git.tukaani.org/xz.git
synced 2026-04-24 17:17:59 +00:00
liblzma: Add a comment.
This commit is contained in:
父節點
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[].
|
||||
|
||||
載入中…
x
新增問題並參考
Block a user