Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Sep 1997 19:06:29 -0400
From:      Randall Hopper <rhh@ct.picker.com>
To:        Joao Carlos Mendes Luis <jonny@coppe.ufrj.br>
Cc:        multimedia@FreeBSD.ORG
Subject:   Re: fxtv 0.44 bug ?
Message-ID:  <19970925190629.58431@ct.picker.com>
In-Reply-To: <199709212053.RAA02112@gaia.coppe.ufrj.br>; from Joao Carlos Mendes Luis on Sun, Sep 21, 1997 at 05:53:06PM -0300
References:  <19970921164019.26627@ct.picker.com> <199709212053.RAA02112@gaia.coppe.ufrj.br>

next in thread | previous in thread | raw e-mail | index | archive | help
Joao Carlos Mendes Luis:
 |// Fxtv.antennaChannelList: 3 5 8 10 19 25 43 55 61
 |// Fxtv.cableChannelList:   3-17 19-21 23 35-61 99
 |
 |It works, thanks...
 |
 |As a suggestion, I think the default should be all channels, instead
 |of no channel at all.

I agree.  Actually, that's what I'd intended but a little typo got in the
way :-)

Randall


--- tv.c.orig   Thu Sep 25 19:06:48 1997
+++ tv.c        Thu Sep 25 19:06:58 1997
@@ -152 +152 @@
-    if (( chan_list == NULL ) || ( chan_list == '\0' )) {
+    if (( chan_list == NULL ) || ( chan_list[0] == '\0' )) {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19970925190629.58431>