[mythtv-commits] Re: Ticket #973: DiSEqC switch support behind a
positioner
MythTV
mythtv at cvs.mythtv.org
Mon Jan 9 17:40:25 UTC 2006
#973: DiSEqC switch support behind a positioner
----------------------------------+-----------------------------------------
Reporter: zdzisekg at comcast.net | Owner: ijr
Type: patch | Status: new
Priority: minor | Milestone: 0.19
Component: mythtv | Version: head
Severity: low | Resolution:
----------------------------------+-----------------------------------------
Comment (by zdzisekg at comcast.net):
There is a tiny misteak in the patch. here is the correction:
{{{
+ VERBOSE(VB_CHANNEL, LOC + QString("DiSEqC -> Tone Burst set to:
%1")
+ .arg((tuning.diseqc_port % 2) ? "A" : "B"));
}}}
need to ba changed to:
{{{
+ VERBOSE(VB_CHANNEL, LOC + QString("DiSEqC -> Tone Burst set to:
%1")
+ .arg((tuning.diseqc_port % 2) == 0 ? "A" : "B"));
}}}
my apologies
--
Ticket URL: <http://svn.mythtv.org/trac/ticket/973>
MythTV <http://www.mythtv.org/>
MythTV
More information about the mythtv-commits
mailing list