[mythtv] dvbrecorder.cpp

Isaac Richards ijr at case.edu
Wed Jan 26 02:25:59 EST 2005


On Wednesday 26 January 2005 02:02 am, Kristian Kalweit wrote:
> Isaac,
>
> please don't confiscate my computer, but I have to change
> dvbrecorder.cpp to get libmythtv compiling:
>
> SetOption("tvformat", gContext->GetSetting("TVFormat"));
>
> into
>
> SetOption("tvformat", gContext->GetNumSetting("TVFormat"));

Doesn't make sense.  It's a string setting, not a number.

Isaac


More information about the mythtv-dev mailing list