浏览代码

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()


正在加载...
取消
保存