From owner-freebsd-multimedia Thu Sep 25 16:11:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA20539 for multimedia-outgoing; Thu, 25 Sep 1997 16:11:37 -0700 (PDT) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id QAA20534 for ; Thu, 25 Sep 1997 16:11:34 -0700 (PDT) Received: from ct.picker.com by whqvax.picker.com with SMTP; Thu, 25 Sep 1997 19:10:18 -0400 (EDT) Received: from elmer.ct.picker.com by ct.picker.com (4.1/SMI-4.1) id AA20803; Thu, 25 Sep 97 19:10:12 EDT Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id TAA18988; Thu, 25 Sep 1997 19:06:29 -0400 Message-Id: <19970925190629.58431@ct.picker.com> Date: Thu, 25 Sep 1997 19:06:29 -0400 From: Randall Hopper To: Joao Carlos Mendes Luis Cc: multimedia@FreeBSD.ORG Subject: Re: fxtv 0.44 bug ? References: <19970921164019.26627@ct.picker.com> <199709212053.RAA02112@gaia.coppe.ufrj.br> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81 In-Reply-To: <199709212053.RAA02112@gaia.coppe.ufrj.br>; from Joao Carlos Mendes Luis on Sun, Sep 21, 1997 at 05:53:06PM -0300 Sender: owner-freebsd-multimedia@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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' )) {