mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 00:11:08 +02:00
gui/channellist.cpp: fix warning
Origin commit data
------------------
Branch: ni/coolstream
Commit: 984eccc84a
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-03-16 (Fri, 16 Mar 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -462,7 +462,7 @@ int CChannelList::exec()
|
||||
{
|
||||
displayNext = 0; // always start with current events
|
||||
int nNewChannel = show();
|
||||
if ( nNewChannel > -1 && nNewChannel < chanlist.size()) {
|
||||
if ( nNewChannel > -1 && nNewChannel < (int) chanlist.size()) {
|
||||
if(this->historyMode && chanlist[nNewChannel]) {
|
||||
int new_mode = CNeutrinoApp::getInstance()->channelList->getLastChannels().get_mode(chanlist[nNewChannel]->channel_id);
|
||||
if(new_mode >= 0)
|
||||
|
Reference in New Issue
Block a user