mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
luainstance: make the type of table_key.code explicitly clear
This commit is contained in:
committed by
Jacek Jendrzej
parent
116065f7ac
commit
2cd5aa4b1f
@@ -39,7 +39,7 @@
|
||||
|
||||
struct table_key {
|
||||
const char *name;
|
||||
long code;
|
||||
lua_Integer code;
|
||||
};
|
||||
|
||||
struct lua_envexport {
|
||||
|
Reference in New Issue
Block a user