aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/frontend.cpp
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2009-10-12 23:24:42 +0200
committerghost <andreas.monzner@multimedia-labs.de>2009-10-12 23:24:42 +0200
commit72e8548b23270b0605282d533debf7ef241fa923 (patch)
treeb8a359fee0faa990dcdf00038d536bce02bab15c /lib/dvb/frontend.cpp
parent1f8ab286ff814c027468ac6c73ed61d9f6c13074 (diff)
downloadenigma2-72e8548b23270b0605282d533debf7ef241fa923.tar.gz
enigma2-72e8548b23270b0605282d533debf7ef241fa923.zip
fix snrdb calculation for dm600 tuner
Diffstat (limited to 'lib/dvb/frontend.cpp')
-rw-r--r--lib/dvb/frontend.cpp2
1 files changed, 1 insertions, 1 deletions
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;