From 4bacd77f8bcd61c21b99a1cfc52fce6a8d46c5fd Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Mon, 11 Dec 2017 17:20:04 +0100 Subject: [PATCH] CZapitChannel: add issue tag This should be reworked --- src/zapit/src/channel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zapit/src/channel.cpp b/src/zapit/src/channel.cpp index fd8ccb586..7779d6728 100644 --- a/src/zapit/src/channel.cpp +++ b/src/zapit/src/channel.cpp @@ -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: