mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
fix compil warnings
Origin commit data
------------------
Commit: 857514a8cd
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2013-10-10 (Thu, 10 Oct 2013)
This commit is contained in:
@@ -226,7 +226,7 @@ void CEpgScan::Next()
|
|||||||
send zapTo_NOWAIT -> EIT_COMPLETE from sectionsd -> zap and this at the same time
|
send zapTo_NOWAIT -> EIT_COMPLETE from sectionsd -> zap and this at the same time
|
||||||
*/
|
*/
|
||||||
CFEManager::getInstance()->Lock();
|
CFEManager::getInstance()->Lock();
|
||||||
CFrontend *live_fe, *pip_fe;
|
CFrontend *live_fe = NULL, *pip_fe = NULL;
|
||||||
if (!standby) {
|
if (!standby) {
|
||||||
locked = true;
|
locked = true;
|
||||||
live_fe = CZapit::getInstance()->GetLiveFrontend();
|
live_fe = CZapit::getInstance()->GetLiveFrontend();
|
||||||
|
Reference in New Issue
Block a user