[mythtv] DVB-S (Not an unsigned int problem;)

Kenny ke-aa at frisurf.no
Wed Jul 9 20:15:18 EDT 2003


Hi,

DVB-S Tuning fails...because :

263c263
<         if (option == 'V' || option == 'v')
---
>         if (option == "V" || option == "v")
265c265
<         else if (option == 'H' || option == 'h')
---
>         else if (option == "H" || option == "h")

And there is also something wired in the SQL Query in CheckChannel:
    .arg("Input1")    // Should be (channelinput)


Kenny.


More information about the mythtv-dev mailing list