aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-10-14 11:10:36 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-10-14 11:10:36 +0000
commit8507f07b91640a8f90694d724c8e16e71100eb61 (patch)
treeb42869b8e5d6f52c64080c1cff5013c4ab832f8d /lib/dvb
parent0ad0f796a6b120c2894fa994cbb9ef299a71cbaf (diff)
downloadenigma2-8507f07b91640a8f90694d724c8e16e71100eb61.tar.gz
enigma2-8507f07b91640a8f90694d724c8e16e71100eb61.zip
fix typo
Diffstat (limited to 'lib/dvb')
-rw-r--r--lib/dvb/sec.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb/sec.cpp b/lib/dvb/sec.cpp
index f7933d18..c1caa380 100644
--- a/lib/dvb/sec.cpp
+++ b/lib/dvb/sec.cpp
@@ -283,7 +283,7 @@ int eDVBSatelliteEquipmentControl::canTune(const eDVBFrontendParametersSatellite
eSecDebugNoSimulate("ret5 %d", ret);
}
- if (ret && rotor && curRotorPos != -1 && (direct_connected || !satpos_depends_ptr) ) // direct conntected or loopthrough!
+ if (ret && rotor && curRotorPos != -1 && (direct_connected || satpos_depends_ptr == -1) ) // direct conntected or loopthrough!
ret -= abs(curRotorPos-sat.orbital_position);
eSecDebugNoSimulate("ret6 %d", ret);