[net.news.b] ':Last Article' bug fix

lee (05/20/83)

From: Lee.Moore
Enclosed is a test fixed to our news system as reported by Luid Bukys.

=lee

_________________________________

The problem:
	If the last article is piped through the pager,
		it prints a ':', but does not wait for any input.
	So, I end up typing newline and quiting readnews.

The solution:
	Move the 'fprintf(ofp,":"); fflush(ofp);' to where the holdup
	flag gets tested, instead of where it is set.  In our copy of
	"readr.c", the editor command
		954,955m1081A
	(plus a little undentation) will do the trick.

Liud