mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 00:11:08 +02:00
Merge branch 'multituner' into dvbsi++
Origin commit data
------------------
Branch: ni/coolstream
Commit: 5027559691
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:
@@ -144,7 +144,7 @@ void CChannelList::putChannel(CZapitChannel* channel)
|
||||
{
|
||||
int num = channel->number - 1;
|
||||
if(num < 0) {
|
||||
printf("CChannelList::addChannel error inserting at %d : %s\n", num, channel->name.c_str());
|
||||
printf("%s error inserting at %d\n", __FUNCTION__, num);
|
||||
return;
|
||||
}
|
||||
if(num >= (int) chanlist.size()) {
|
||||
|
Reference in New Issue
Block a user