Opened 13 years ago

Closed 13 years ago

Last modified 12 years ago

#10917 closed Patch - Bug Fix (fixed)

silence false warning "Invalid inversion, falling back to 'auto'." in DVB channel scanner

Reported by: dekarl@… Owned by: danielk
Priority: minor Milestone: 0.26
Component: MythTV - Channel Scanner Version: Master Head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

"auto" gets passed as default parameter when it really should be "a".

Attachments (1)

0008-fix-braino-in-parser-of-delivery-system-descriptor.patch (3.3 KB) - added by dekarl@… 13 years ago.

Download all attachments as: .zip

Change History (3)

Changed 13 years ago by dekarl@…

comment:1 Changed 13 years ago by Karl Dietz <dekarl@…>

Resolution: fixed
Status: newclosed

In e9bc43d0dd58065e1e8555d15820908d77cda720/mythtv:

fix braino in parser of delivery system descriptor

Use "a" instead of "auto" as default for DTVInversion to silence error.
Actualy show what inversion parameter is considered invalid.
Make both copies of the error message identical while here.

Fixes #10917

Signed-off-by: Daniel Thor Kristjansson <danielk@…>

comment:2 Changed 12 years ago by Raymond Wagner

Milestone: unknown0.26
Note: See TracTickets for help on using tickets.