mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 09:21:18 +02:00
luainstance: make the type of table_key.code explicitly clear
This commit is contained in:
@@ -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