> 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
_______________________________________________
mythtv-dev mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev