fix for old api
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Thu, 12 May 2005 12:51:38 +0000 (12:51 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Thu, 12 May 2005 12:51:38 +0000 (12:51 +0000)
lib/dvb/frontend.cpp

index 6e8bcaa7fd1b5afc58ce1a1a59b741efe1042c16..9ec9a9e35fef41b44de8bb8b2f57ebe424578aad 100644 (file)
@@ -613,7 +613,7 @@ RESULT eDVBFrontend::sendDiseqc(const eDVBDiseqcCommand &diseqc)
        secCmdSequence seq;
        secCommand cmd;
 
        secCmdSequence seq;
        secCommand cmd;
 
-       if ( len > 3 )
+       if ( diseqc.len > 3 )
        {
                seq.numCommands=1;
                cmd.type = SEC_CMDTYPE_DISEQC_RAW;
        {
                seq.numCommands=1;
                cmd.type = SEC_CMDTYPE_DISEQC_RAW;