CBI2UVL: boolean is a datatype not a type

This commit is contained in:
Steven Barth 2008-09-11 21:45:11 +00:00
parent 5e001696e3
commit d25d58bb4a

View file

@ -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