Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rutgers!mit-eddie!apollo!rees From: rees@apollo.uucp (Jim Rees) Newsgroups: news.software.b Subject: Re: patch #8 for news 2.11 src (IMPORTANT) Message-ID: <3444b45a.b8ab@apollo.uucp> Date: Tue, 14-Apr-87 10:13:00 EST Article-I.D.: apollo.3444b45a.b8ab Posted: Tue Apr 14 10:13:00 1987 Date-Received: Sat, 18-Apr-87 23:59:20 EST References: <43388@beno.seismo.CSS.GOV> Organization: Apollo Computer, Chelmsford, Mass. Lines: 16 Keywords: stupid Did anyone else notice that the call to fixfrom() on line 368 of inews.c is wrong? It should be: (void) fixfrom(&header); On most systems (mine included) the given call will work fine, but only because 'from' happens to be the first field in the header struct. While we're at it, I know this is a nit, but it's been bothering me ever since its first appearance in news 2.9; line 128: /* uuxqt doesn't close all it's files */ should be /* uuxqt doesn't close all its files */