From: utzoo!decvax!watmath!dmmartindale
Newsgroups: net.news.b
Title: tiny bug in readr.c
Article-I.D.: watmath.2796
Posted: Tue Jun 22 17:44:59 1982
Received: Sun Jun 27 03:38:33 1982

When you use "c-" to cancel the previous article, you are now asked
if you want to see the next article again.  However, it is listed as
0 lines in length and seems to contain nothing if displayed because
the file pointer has been closed when it shouldn't have been.  The fix
is to delete the "fp = NULL" at line 433 of readr.c, shown below:

	Dave Martindale

  				if (!cflag)
  					putc('\n', ofp);
  			}
- 			fp = NULL;
  			break;
  
  		/* escape to shell */