mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 09:21:18 +02:00
infoviewer_bb.cpp: dont map caid 0x1700 any longer
This commit is contained in:
@@ -840,8 +840,6 @@ void CInfoViewerBB::paint_ca_icons(int notfirst)
|
|||||||
bool found = false;
|
bool found = false;
|
||||||
for(casys_map_iterator_t it = channel->camap.begin(); it != channel->camap.end(); ++it) {
|
for(casys_map_iterator_t it = channel->camap.begin(); it != channel->camap.end(); ++it) {
|
||||||
int caid = (*it) & 0xFF00;
|
int caid = (*it) & 0xFF00;
|
||||||
if (caid == 0x1700)
|
|
||||||
caid = 0x0600;
|
|
||||||
if((found = (caid == caids[i])))
|
if((found = (caid == caids[i])))
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user