mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +02:00
luainstance: make the type of table_key.code explicitly clear
Origin commit data
------------------
Commit: 2cd5aa4b1f
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-01-23 (Thu, 23 Jan 2014)
This commit is contained in:
committed by
Jacek Jendrzej
parent
c0b3b45caf
commit
2a83c16c65
@@ -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