mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-03 10:51:05 +02:00
luainstance: make the type of table_key.code explicitly clear
Origin commit data
------------------
Commit: 32d3a82efc
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-01-23 (Thu, 23 Jan 2014)
This commit is contained in:
@@ -39,7 +39,7 @@
|
|||||||
|
|
||||||
struct table_key {
|
struct table_key {
|
||||||
const char *name;
|
const char *name;
|
||||||
long code;
|
lua_Integer code;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct lua_envexport {
|
struct lua_envexport {
|
||||||
|
Reference in New Issue
Block a user