bug and warning fixes from auios

This commit is contained in:
Redo
2025-10-03 19:32:54 -05:00
parent 34345a7eeb
commit 9c349a9352
5 changed files with 10 additions and 10 deletions

View File

@@ -38,7 +38,7 @@ end
-- chains a bunch of filters together
-- (thanks to Wim Couwenberg)
function filter.chain(...)
local n = table.getn(arg)
local n = #arg
local top, index = 1, 1
local retry = ""
return function(chunk)