Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[linux-dvb] Re: Scan cannot cope with new Australian channel?
Nigel Pearson wrote:
>
> % diff -u scan.c scan.c.new
> --- scan.c Mon Feb 2 10:05:24 2004
> +++ scan.c.new Mon Feb 2 10:07:29 2004
> @@ -625,6 +625,10 @@
> break;
>
> case 0x5a:
> + if (!data) {
> + warning("Cannot parse system descriptor
> (NULL data)\n");
> + break;
> + }
> if (t == NIT)
>
Thanks, I comitted a similar fix.
Johannes
--
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe linux-dvb" as subject.
Home |
Main Index |
Thread Index