[news.software.nntp] Bug fix to nntp server

mg@ukc.ac.uk (M.W.Guy) (02/03/89)

File:
	server/newnews.c

Problem:
	It is only slight - when you say

		newnews <group> <date>

	it fails to show the first article posted since that
	date - it shows all the others.

Patch:

*** newnews.c.old	Fri Feb  3 07:32:08 1989
--- newnews.c	Thu Feb  2 14:36:11 1989
***************
*** 302,307 ****
--- 302,314 ----
  		case -2:
  		case -1:
  		case 0:
+ 			/*
+ 			 * Seek back to "bot" so we are
+ 			 * in the right position for reading
+ 			 * lines - otherwise we will miss
+ 			 * the first one.
+ 			 */
+ 			(void) fseek(fp, bot, 0);
  			break;
  		case 1:
  		case 2:


Bug-smeller pursuivant:
	Chris Downey

Signature:
	Martin