From 2a83c16c659ed183df0879cce4114075aef1dcf3 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/2cd5aa4b1f5d50e915292deaaa8eb1fb7bd3cb2e 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 945d33d7c..32a45151b 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 {