mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +02:00
Merge branch 'master' of https://github.com/tuxbox-neutrino/gui-neutrino into ni/mp/tuxbox
Origin commit data
------------------
Commit: c471135a32
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-12-11 (Mon, 11 Dec 2017)
This commit is contained in:
@@ -218,7 +218,7 @@ bool CZapitChannel::isUHD()
|
||||
if(strstr(name.c_str(),uhd.c_str()))
|
||||
return true;
|
||||
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;
|
||||
}
|
||||
default:
|
||||
|
Reference in New Issue
Block a user