mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
Merge branch 'cst-next' into nmp-cst-next
- Fix merge conflicts
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7a3c90fccf
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-08-19 (Fri, 19 Aug 2016)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -104,7 +104,7 @@ int CCAMMenuHandler::doMainMenu()
|
||||
char name1[255]={0};
|
||||
char str1[255]={0};
|
||||
|
||||
int CiSlots = ca->GetNumberCISlots();
|
||||
int CiSlots = ca ? ca->GetNumberCISlots() : 0;
|
||||
|
||||
CMenuWidget* cammenu = new CMenuWidget(LOCALE_CI_SETTINGS, NEUTRINO_ICON_SETTINGS);
|
||||
cammenu->addIntroItems();
|
||||
@@ -171,7 +171,7 @@ int CCAMMenuHandler::doMainMenu()
|
||||
}
|
||||
|
||||
i = 0;
|
||||
int ScNum = ca->GetNumberSmartCardSlots();
|
||||
int ScNum = ca ? ca->GetNumberSmartCardSlots() : 0;
|
||||
printf("CCAMMenuHandler::doMainMenu sc slots: %d\n", ScNum);
|
||||
|
||||
if(ScNum && CiSlots)
|
||||
|
Reference in New Issue
Block a user