aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2005-05-12 12:51:38 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2005-05-12 12:51:38 +0000
commit02c37edf53c4182ad08ff716604872f718f18045 (patch)
tree1a861461369f5782273e5737de635d7f6e2e6573 /lib
parentf4238833e9367caa71d9182cb214417d91067ef6 (diff)
downloadenigma2-02c37edf53c4182ad08ff716604872f718f18045.tar.gz
enigma2-02c37edf53c4182ad08ff716604872f718f18045.zip
fix for old api
Diffstat (limited to 'lib')
-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 6e8bcaa7..9ec9a9e3 100644
--- a/lib/dvb/frontend.cpp
+++ b/lib/dvb/frontend.cpp
@@ -613,7 +613,7 @@ RESULT eDVBFrontend::sendDiseqc(const eDVBDiseqcCommand &diseqc)
secCmdSequence seq;
secCommand cmd;
- if ( len > 3 )
+ if ( diseqc.len > 3 )
{
seq.numCommands=1;
cmd.type = SEC_CMDTYPE_DISEQC_RAW;