X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/655614dbacf97de7347619a9a746daa28f9ef887..8c6a42ec6cd91066620bdd8cad85859d2c1f2247:/lib/dvb/frontend.cpp diff --git a/lib/dvb/frontend.cpp b/lib/dvb/frontend.cpp index 0319c4c9..c6bf6aa8 100644 --- a/lib/dvb/frontend.cpp +++ b/lib/dvb/frontend.cpp @@ -804,7 +804,7 @@ int eDVBFrontend::readFrontendData(int type) ret = (int)(snr_in_db * 100); } else if (strstr(m_description, "Alps BSBE1 C01A") || - !strcmp(m_description, "Alps -S(STV0288)")) + strstr(m_description, "Alps -S(STV0288)")) { if (snr == 0) ret = 0;