From 2eeff52f6795c2672bf841eb9e4b6be782846d48 Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Thu, 23 Jan 2014 14:55:43 +0100 Subject: [PATCH] luainstance: make the type of table_key.code explicitly clear Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/32d3a82efc4c9f3ffd2565e8c233d6592daa7a40 Author: Stefan Seyfried Date: 2014-01-23 (Thu, 23 Jan 2014) --- src/gui/luainstance.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/luainstance.cpp b/src/gui/luainstance.cpp index f97452bf3..9d7919950 100644 --- a/src/gui/luainstance.cpp +++ b/src/gui/luainstance.cpp @@ -39,7 +39,7 @@ struct table_key { const char *name; - long code; + lua_Integer code; }; struct lua_envexport {