From: utzoo!decvax!harpo!seismo!rochester!lee Newsgroups: net.news.b Title: ':Last Article' bug fix Article-I.D.: rochester.1695 Posted: Fri May 20 01:23:03 1983 Received: Sat May 21 04:55:34 1983 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