Template
1
0
mirror of https://github.com/bol-van/zapret2.git synced 2026-03-14 06:13:09 +00:00

zapret-lib: fix error message

This commit is contained in:
bol-van
2026-01-06 16:42:00 +03:00
parent 823f4a6fb6
commit cb85f6e672

View File

@@ -1484,7 +1484,7 @@ function gzip_file(filename, data, level, memlevel, compress_block_size)
gz = gzip_init(nil, level, memlevel)
if not gz then
error("gunzip_file: stream init error")
error("gzip_file: stream init error")
end
local off=1, block_size
repeat