Apur-phy.275 net.news.b utzoo!decvax!pur-ee!purdue!pur-phy!crl Fri Apr 23 11:27:05 1982 Bug in I think I have found a possible bug in the latest release of B news. In the file header.c, function type(), at about line 199, the following two lines were added: if (!strncmp(ptr, "References: ", 12)) return FOLLOWID; + if (!strncmp(ptr, "Control: ", 12)) + return CONTROL; return OTHER; Isn't that '12' supposed to be a '9', since "Control: " has 9 characters in it? If, for some reason it was supposed to be that way, please tell me because I've already replaced it with a 9. Charles LaBrec pur-ee!physics:crl