From 32d3a82efc4c9f3ffd2565e8c233d6592daa7a40 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 --- 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 {