projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6f5cd2
)
luci-0.9: merge r5238
author
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 7 Aug 2009 12:26:10 +0000
(12:26 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 7 Aug 2009 12:26:10 +0000
(12:26 +0000)
libs/sgi-cgi/luasrc/sgi/cgi.lua
patch
|
blob
|
history
diff --git
a/libs/sgi-cgi/luasrc/sgi/cgi.lua
b/libs/sgi-cgi/luasrc/sgi/cgi.lua
index f2c6f69574ed4e612c8196f89a72b16448071fac..b86722d73486d4915a9584c7ce7b47808df30fdd 100644
(file)
--- a/
libs/sgi-cgi/luasrc/sgi/cgi.lua
+++ b/
libs/sgi-cgi/luasrc/sgi/cgi.lua
@@
-80,7
+80,7
@@
function run()
io.write(hcache)
io.write("\r\n")
elseif id == 4 then
- io.write(
data1
)
+ io.write(
tostring(data1 or "")
)
elseif id == 5 then
io.flush()
io.close()