CBI2UVL: boolean is a datatype not a type
This commit is contained in:
parent
5e001696e3
commit
d25d58bb4a
1 changed files with 2 additions and 2 deletions
|
@ -74,7 +74,7 @@ for i, sec in pairs(map.children) do if util.instanceof(sec, cbi.TypedSection) t
|
||||||
end
|
end
|
||||||
|
|
||||||
if util.instanceof(opt, cbi.Flag) then
|
if util.instanceof(opt, cbi.Flag) then
|
||||||
print (" option type boolean")
|
print (" option datatype boolean")
|
||||||
elseif util.instanceof(opt, cbi.DynamicList) then
|
elseif util.instanceof(opt, cbi.DynamicList) then
|
||||||
print (" option type list")
|
print (" option type list")
|
||||||
elseif util.instanceof(opt, cbi.ListValue) then
|
elseif util.instanceof(opt, cbi.ListValue) then
|
||||||
|
|
Loading…
Reference in a new issue