Преглед на файлове

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…
Отказ
Запис