[mythtv] EPG compilation fix.

Johnny Strom jonny.strom at netikka.fi
Tue Feb 15 16:14:30 UTC 2005


Hi

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,






   Jonny





More information about the mythtv-dev mailing list