diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-10-14 11:10:36 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-10-14 11:10:36 +0000 |
| commit | 8507f07b91640a8f90694d724c8e16e71100eb61 (patch) | |
| tree | b42869b8e5d6f52c64080c1cff5013c4ab832f8d /lib/dvb | |
| parent | 0ad0f796a6b120c2894fa994cbb9ef299a71cbaf (diff) | |
| download | enigma2-8507f07b91640a8f90694d724c8e16e71100eb61.tar.gz enigma2-8507f07b91640a8f90694d724c8e16e71100eb61.zip | |
fix typo
Diffstat (limited to 'lib/dvb')
| -rw-r--r-- | lib/dvb/sec.cpp | 2 |
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); |
