filter bugfix

This commit is contained in:
Manuel Simon Hirsig
2016-08-11 19:14:17 +02:00
parent 4ee99e43e8
commit dba5dcdf8d
8 changed files with 55 additions and 68 deletions
+1 -1
View File
@@ -398,7 +398,7 @@ function public.index(t, ...)
return t
end
public.huge = 2^100000
public.huge = 1.8*10^308
function public.log(...)
local msg = '[aux]'