[net.news.b] Isn't this a bug?

egisin (07/15/82)

The loop to read .newsrc into memory begins:
	while (!sigtrap && fgets(...) != NULL)
If you interrupt readnews while it's in this loop
it will only have a partial copy of .newsrc,
which it writes out later. This seems to happen
a lot at watarts (an 11/34). I fixed it by just
removing `!sigtrap && '.
		Eric Gisin, watmath!watarts!eric