Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ames!amdcad!sun!pitstop!sundc!seismo!uunet!mcvax!ukc!harrier.ukc.ac.uk!eagle.ukc.ac.uk!mg From: mg@ukc.ac.uk (M.W.Guy) Newsgroups: news.software.nntp Subject: Bug fix to nntp server Message-ID: <6374@eagle.ukc.ac.uk> Date: 3 Feb 89 07:39:34 GMT Reply-To: mg@ukc.ac.uk (M.W.Guy) Organization: Computing Lab, University of Kent at Canterbury, UK. Lines: 38 File: server/newnews.c Problem: It is only slight - when you say newnews 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