mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 10:21:04 +02:00
some compil warning fixes
Origin commit data
------------------
Branch: ni/coolstream
Commit: a471b2af10
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-04-23 (Sat, 23 Apr 2016)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
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