mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
supplement to c34a0df2db
Origin commit data
------------------
Branch: ni/coolstream
Commit: 270a60687c
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-04-03 (Sun, 03 Apr 2016)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
#include <global.h>
|
||||
#include <system/debug.h>
|
||||
#include <gui/widget/menue.h>
|
||||
#include <gui/widget/messagebox.h>
|
||||
#include <driver/volume.h>
|
||||
#include <gui/audiomute.h>
|
||||
#include <gui/infoclock.h>
|
||||
@@ -315,7 +316,8 @@ int CLuaInstMisc::checkVersion(lua_State *L)
|
||||
LUA_API_VERSION_MAJOR, LUA_API_VERSION_MINOR,
|
||||
g_Locale->getText(LOCALE_LUA_VERSIONSCHECK2),
|
||||
major, minor);
|
||||
luaL_error(L, msg);
|
||||
DisplayErrorMessage(msg, "Lua Script Error:");
|
||||
|
||||
}
|
||||
lua_pushinteger(L, 1); /* for backward compatibility */
|
||||
return 1;
|
||||
|
Reference in New Issue
Block a user