show arg detection failure2

This commit is contained in:
sonoro1234
2018-10-04 16:32:44 +02:00
parent 9ae5a207f6
commit d7e8b142d0

View File

@@ -500,9 +500,9 @@ local function func_parser()
end
if not type or not name then
print("failure arg detection",funcname,type,name,argscsinpars,arg)
else
--float name[2] to float[2] name
local siz = name:match("(%[%d*%])")
else
if siz then
type = type..siz
name = name:gsub("(%[%d*%])","")