From 10d04cf3041b6b3661f93876bda9fc868b91abea Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Thu, 25 Dec 2014 18:21:56 +0100 Subject: [PATCH] channellist is a pointer now Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/894e21174de863c150d5b02abc619a3d18b3899a Author: Stefan Seyfried Date: 2014-12-25 (Thu, 25 Dec 2014) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/channellist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/channellist.cpp b/src/gui/channellist.cpp index e0f6cb468..62665625f 100644 --- a/src/gui/channellist.cpp +++ b/src/gui/channellist.cpp @@ -1416,7 +1416,7 @@ CZapitChannel* CChannelList::getPrevNextChannel(int key, unsigned int &sl) sl = cactive; channel = bouquetList->Bouquets[bactive]->channelList->getChannelFromIndex(cactive); 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 { if ((key == g_settings.key_quickzap_down) || (key == CRCInput::RC_left)) { if(sl == 0)