瀏覽代碼

made liblz16 happier on OpenOS when decompressing smaller files

master
XeonSquared 3 年之前
父節點
當前提交
6f1b673bec
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      lib/liblz16.lua

+ 1
- 1
lib/liblz16.lua 查看文件

@@ -13,7 +13,7 @@ local function readBuffer(fi)
if len < 1 then
return nil
end
coroutine.yield()
if os.sleep then os.sleep(0) else coroutine.yield() end
return lz.decompress(fi:read(len))
end
function stream.close()


Loading…
取消
儲存