projects
/
project
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e00169
)
CBI2UVL: boolean is a datatype not a type
author
Steven Barth
<steven@midlink.org>
Thu, 11 Sep 2008 21:45:11 +0000
(21:45 +0000)
committer
Steven Barth
<steven@midlink.org>
Thu, 11 Sep 2008 21:45:11 +0000
(21:45 +0000)
build/cbi2uvl.lua
patch
|
blob
|
history
diff --git
a/build/cbi2uvl.lua
b/build/cbi2uvl.lua
index 9207bf816f1910f1c61393d5c5ec9e42dbce3029..83d3b4cb614a1207bc0fcb08bc7fdf2d33208c3f 100755
(executable)
--- a/
build/cbi2uvl.lua
+++ b/
build/cbi2uvl.lua
@@
-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
data
type 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
\ No newline at end of file
+end end