projects
/
oweals
/
ubus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c0b821
)
lua: remove a superfluous lua_pop() when checking table style
author
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 17 Oct 2012 13:32:26 +0000
(15:32 +0200)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 17 Oct 2012 13:32:26 +0000
(15:32 +0200)
lua/ubus.c
patch
|
blob
|
history
diff --git
a/lua/ubus.c
b/lua/ubus.c
index bdf924a03e1b4891d500cced6a1c6b412f2d05aa..cbda37a5fd3e2dec65a4f1d58c0aa9717decba47 100644
(file)
--- a/
lua/ubus.c
+++ b/
lua/ubus.c
@@
-152,7
+152,6
@@
ubus_lua_format_blob_is_array(lua_State *L)
prv = cur;
}
- lua_pop(L, 1);
return true;
}