CZapitChannel: add issue tag

This should be reworked
This commit is contained in:
2017-12-11 17:20:04 +01:00
parent 889c996624
commit 4bacd77f8b

View File

@@ -218,7 +218,7 @@ bool CZapitChannel::isUHD()
if(strstr(name.c_str(),uhd.c_str())) if(strstr(name.c_str(),uhd.c_str()))
return true; return true;
uhd = "4k"; uhd = "4k";
if(strstr(name.c_str(),uhd.c_str())) if(strstr(name.c_str(),uhd.c_str())) //FIXME: this statement may fall through
return true; return true;
} }
default: default: