commit 40b7905cce7ad23339919bd153e96dd2b7146576 Author: Benedek László Date: Fri Jan 22 14:44:19 2010 +0100 Fix PAT parsing The NIT signaling is not a program, so ignore it. The entry parser loop should not parse the CRC field as PAT entry. diff --git a/pat.c b/pat.c index d565efd..5994032 100644 --- a/pat.c +++ b/pat.c @@ -175,7 +175,9 @@ struct pat_s *pat_parse(struct adapter_s *a) { if (!s) continue; - for(pnr=0;pnr<=pat_pnrno(s);pnr++) { + for(pnr=0;pnr