[net.news.b] tiny bug in readr.c

dmmartindale (06/23/82)

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 */