mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
channellist is a pointer now
This commit is contained in:
@@ -1416,7 +1416,7 @@ CZapitChannel* CChannelList::getPrevNextChannel(int key, unsigned int &sl)
|
|||||||
sl = cactive;
|
sl = cactive;
|
||||||
channel = bouquetList->Bouquets[bactive]->channelList->getChannelFromIndex(cactive);
|
channel = bouquetList->Bouquets[bactive]->channelList->getChannelFromIndex(cactive);
|
||||||
printf("CChannelList::getPrevNextChannel: selected %d total %d active bouquet %d total %d channel %p (%s)\n",
|
printf("CChannelList::getPrevNextChannel: selected %d total %d active bouquet %d total %d channel %p (%s)\n",
|
||||||
(int)cactive, (int)chanlist.size(), bactive, bsize, channel, channel ? channel->getName().c_str(): "");
|
(int)cactive, (int)(*chanlist).size(), bactive, bsize, channel, channel ? channel->getName().c_str(): "");
|
||||||
} else {
|
} else {
|
||||||
if ((key == g_settings.key_quickzap_down) || (key == CRCInput::RC_left)) {
|
if ((key == g_settings.key_quickzap_down) || (key == CRCInput::RC_left)) {
|
||||||
if(sl == 0)
|
if(sl == 0)
|
||||||
|
Reference in New Issue
Block a user