[mythtv] EPG compilation fix.

Chris Pinkham cpinkham at bc2va.org
Tue Feb 15 16:33:24 UTC 2005


> I am trying to debug a epg problem in (0.17) I have, and doing so I 
> found a typo in siparser.cpp in the debug code, it was sdtout instead of 
> stdout at line 1244.
> 
> 
> @@ -1244,7 +1244,7 @@
> 
>    #ifdef EIT_DEBUG_SID
>    if (e.ServiceID == EIT_DEBUG_SID) {
> +    fprintf(stdout,"EIT_DEBUG: sid:%d nid:%04X tid:%04X lseg:%02X
> ltab:%02X tab:%02X sec:%02X lsec: %02X size:%d\n",
> -    fprintf(sdtout,"EIT_DEBUG: sid:%d nid:%04X tid:%04X lseg:%02X
> ltab:%02X tab:%02X sec:%02X lsec: %02X size:%d\n",
>               e.ServiceID,
>               e.NetworkID,
>               e.TransportID,

Committed, thanks.

-- 

Chris



More information about the mythtv-dev mailing list