mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 07:51:19 +02:00
some compil warning fixes
This commit is contained in:
@@ -152,7 +152,8 @@ int CLuaInstVideo::PlayFile(lua_State *L)
|
||||
|
||||
bool sp = false;
|
||||
if (luaL_testudata(L, 1, LUA_CLASSNAME) == NULL)
|
||||
sp = D->singlePlay;
|
||||
if (D)
|
||||
sp = D->singlePlay;
|
||||
if ((sp == false) && (CMoviePlayerGui::getInstance().getBlockedFromPlugin() == false))
|
||||
CMoviePlayerGui::getInstance().setBlockedFromPlugin(true);
|
||||
|
||||
|
Reference in New Issue
Block a user