Releasing LTN012.

master
Diego Nehab 2004-05-19 07:07:11 +00:00
parent d92132e87a
commit 4fc164b8ea
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ decodet = {}
wrapt = {}
-- creates a function that chooses a filter by name from a given table
function choose(table)
local function choose(table)
return function(name, opt1, opt2)
if type(name) ~= "string" then
name, opt1, opt2 = "default", name, opt1