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
|
||||
|
||||
if util.instanceof(opt, cbi.Flag) then
|
||||
print (" option type boolean")
|
||||
print (" option datatype boolean")
|
||||
elseif util.instanceof(opt, cbi.DynamicList) then
|
||||
print (" option type list")
|
||||
elseif util.instanceof(opt, cbi.ListValue) then
|
||||
|
@ -108,4 +108,4 @@ for i, sec in pairs(map.children) do if util.instanceof(sec, cbi.TypedSection) t
|
|||
end
|
||||
end
|
||||
end
|
||||
end end
|
||||
end end
|
||||
|
|
Loading…
Reference in a new issue