소스 검색

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


불러오는 중...
취소
저장