[mythtv] [PATCH] v.small fix to dvbchannel.cpp

matt jarvis mail at mattjarvis.org.uk
Sun Nov 9 05:17:47 EST 2003


Hi

I've never submitted patches before so I don't know if this is correct.
I found some small typos in dvbchannel.cpp as of cvs this morning, one
of which caused compile to fail. This patch fixes both of them. Please
let me know if I have generated this patch wrong. Cheers

Matt
-------------- next part --------------
--- ../mythtv/libs/libmythtv/dvbchannel.cpp	2003-11-09 04:28:31.000000000 +0000
+++ ./libs/libmythtv/dvbchannel.cpp	2003-11-09 09:47:58.000000000 +0000
@@ -376,7 +376,7 @@
                 WARNING("Unsupported code_rate_hp option.");
 
             if (!CheckCodeRate(t.params.u.ofdm.code_rate_LP))
-                WARNING("Unsupported cope_rate_lp parameter.");
+                WARNING("Unsupported code_rate_lp parameter.");
 
             if ((t.params.u.ofdm.bandwidth == BANDWIDTH_AUTO)
                 && !(info.caps & FE_CAN_BANDWIDTH_AUTO))
@@ -533,7 +533,7 @@
 bool DVBChannel::ParseQPSK(const QString& frequency, const QString& inversion,
                            const QString& symbol_rate, const QString& fec_inner,
                            const QString& pol, 
-                           const QString& deseqc_type, const QString& diseqc_port,
+                           const QString& diseqc_type, const QString& diseqc_port,
                            const QString& lnb_lof_switch, const QString& lnb_lof_hi,
                            const QString& lnb_lof_lo, dvb_tuning_t& t)
 {


More information about the mythtv-dev mailing list