Merge branch 'multituner' into dvbsi++

This commit is contained in:
[CST] Focus
2012-03-16 14:22:37 +04:00
6 changed files with 81 additions and 44 deletions

View File

@@ -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()) {