mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
some never read compil warning fixes
This commit is contained in:
@@ -1371,7 +1371,7 @@ CZapitChannel* CChannelList::getPrevNextChannel(int key, unsigned int &sl)
|
||||
if(sl >= (*chanlist).size())
|
||||
sl = (*chanlist).size()-1;
|
||||
|
||||
CZapitChannel* channel = (*chanlist)[sl];
|
||||
CZapitChannel* channel = NULL;
|
||||
int bsize = bouquetList->Bouquets.size();
|
||||
int bactive = bouquetList->getActiveBouquetNumber();
|
||||
|
||||
|
Reference in New Issue
Block a user