[net.news.b] Bug in inews.c

salkind@cmcl2.UUCP (07/07/83)

Two submissions in one day - the kid is hot!  Another buffer limit has to be
increased, this time in inews.c.  Change the declaration

	char forgedname[100];

to

	char forgedname[PATHLEN];

---

Lou Salkind