mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 23:42:58 +02:00
silence -Wparentheses-equality warning
This commit is contained in:
@@ -207,7 +207,7 @@ void CComponentsItem::paintInit(bool do_save_bg)
|
|||||||
//handle frame color for slected/not selected item
|
//handle frame color for slected/not selected item
|
||||||
if (fr_thickness) {
|
if (fr_thickness) {
|
||||||
for(size_t j =0; j< v_fbdata.size() ;j++) {
|
for(size_t j =0; j< v_fbdata.size() ;j++) {
|
||||||
if ((v_fbdata[j].fbdata_type == CC_FBDATA_TYPE_FRAME)){
|
if (v_fbdata[j].fbdata_type == CC_FBDATA_TYPE_FRAME){
|
||||||
v_fbdata[j].color = col_frame_cur;
|
v_fbdata[j].color = col_frame_cur;
|
||||||
v_fbdata[j].frame_thickness = th;
|
v_fbdata[j].frame_thickness = th;
|
||||||
}
|
}
|
||||||
|
@@ -952,7 +952,7 @@ int CEpgData::show(const t_channel_id channel_id, uint64_t a_id, time_t* a_start
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case NeutrinoMessages::EVT_CURRENTNEXT_EPG:
|
case NeutrinoMessages::EVT_CURRENTNEXT_EPG:
|
||||||
if (/*!id && */ ((*(t_channel_id *) data) == (channel_id & 0xFFFFFFFFFFFFULL))) {
|
if (/*!id && */ (*(t_channel_id *) data) == (channel_id & 0xFFFFFFFFFFFFULL)) {
|
||||||
show(channel_id,0,NULL,false);
|
show(channel_id,0,NULL,false);
|
||||||
showPos=0;
|
showPos=0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user