mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
fix conflict
This commit is contained in:
@@ -146,7 +146,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