Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!rutgers!mit-eddie!apollo!rees From: rees@apollo.uucp (Jim Rees) Newsgroups: news.software.b Subject: My first 2.11 bug Message-ID: <314f7a2a.982f@apollo.uucp> Date: Fri, 14-Nov-86 20:36:07 EST Article-I.D.: apollo.314f7a2a.982f Posted: Fri Nov 14 20:36:07 1986 Date-Received: Sat, 15-Nov-86 05:20:31 EST Organization: Apollo Computer, Chelmsford, Mass. Lines: 14 I just got my 2.11 today, and I already found a bug. What's more discouraging, it's one that I found, fixed, and posted to the net over 3 years ago. The news standard says that message-ids in the references line should be blank separated, but the software makes them comma-separated. I asked Mark Horton about this at the time, and he said the bug is in the code, not the documentation. The fix is on line 732 of readr.c: (void) strcat(folbuf, ", "); should be (void) strcat(folbuf, " ");