mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-18 02:55:12 +00:00
small bugfix in lua::state::settable
This commit is contained in:
parent
fd671ced8f
commit
6e5c781a78
@ -446,7 +446,7 @@ namespace lua {
|
||||
insert(-3);
|
||||
lua_pushcfunction(cobj.get(), (&safe_misc_trampoline<&lua_settable, 0>));
|
||||
insert(-4);
|
||||
call(2, 0, 0);
|
||||
call(3, 0, 0);
|
||||
}
|
||||
|
||||
std::string state::tostring(int index) throw(lua::not_string_error)
|
||||
|
Loading…
Reference in New Issue
Block a user