mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-04 20:28:35 +02:00
luainstance: fix build with newer GCC
Signed-off-by: M. Liebmann <tuxcode.bbg@gmail.com>
This commit is contained in:
committed by
M. Liebmann
parent
dbad3b069a
commit
e85f64d733
@@ -84,7 +84,7 @@ void functionDeprecated(lua_State *L, const char* oldFunc, const char* newFunc)
|
||||
ar.short_src, ar.currentline);
|
||||
}
|
||||
|
||||
lua_Unsigned checkMagicMask(lua_Unsigned &col)
|
||||
lua_Unsigned checkMagicMask(lua_Unsigned col)
|
||||
{
|
||||
if ((col & MAGIC_MASK) == MAGIC_COLOR)
|
||||
col = CFrameBuffer::getInstance()->realcolor[col & 0x000000ff];
|
||||
|
Reference in New Issue
Block a user