mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
lua: msgbox fix
This commit is contained in:
@@ -1255,7 +1255,7 @@ int CLuaInstance::MessageboxExec(lua_State *L)
|
||||
tmp = "cancel";
|
||||
for (int i = 0; mbr[i].name; i++)
|
||||
if (res == mbr[i].code) {
|
||||
tmp == mbr[i].name;
|
||||
tmp = mbr[i].name;
|
||||
break;
|
||||
}
|
||||
lua_pushstring(L, tmp.c_str());
|
||||
|
Reference in New Issue
Block a user