Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site gummo.UUCP Path: utzoo!linus!decvax!harpo!gummo!ber From: ber@gummo.UUCP Newsgroups: net.notes Subject: long titles in news response ok now - (nf) Message-ID: <905@gummo.UUCP> Date: Mon, 12-Dec-83 23:17:23 EST Article-I.D.: gummo.905 Posted: Mon Dec 12 23:17:23 1983 Date-Received: Wed, 14-Dec-83 02:22:04 EST Sender: ber@gummo.UUCP Organization: AT&T Bell Laboratories, Whippany Lines: 15 #N:gummo:42500001:000:465 gummo!ber Dec 12 23:17:00 1983 I've finally taken the time to fix a minor bug in the way notes stores news items as responses. That is, if a news title is greater than TITLEN, it will not be filed as a response even if it should be. This has to do with some funny iterations in findtitle, but is fixed by changing the strcpy() on line 269 in newsinput.c to strncpy(...,TITLEN). Storing news items as responses was such a great hack, this fix will enhance the original idea a bit more. brian