mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 01:41:12 +02:00
channellist is a pointer now
Origin commit data
------------------
Commit: 894e21174d
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-12-25 (Thu, 25 Dec 2014)
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