fix compil warnings

This commit is contained in:
Jacek Jendrzej
2013-10-10 19:30:11 +02:00
parent 6c7b80010e
commit 857514a8cd

View File

@@ -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();