[6031] in SIPB bug reports
Wish you would fix trn
daemon@ATHENA.MIT.EDU (haynes@MIT.EDU)
Thu Jun 27 14:44:45 1996
From: haynes@MIT.EDU
To: bug-sipb@MIT.EDU
Date: Thu, 27 Jun 1996 14:42:46 EDT
It has the bug where it tells you about new newsgroups, and if you say no
it tells you again the next time you run it. The fix is
RCS file: RCS/nntp.c,v
retrieving revision 1.1
diff -r1.1 nntp.c
1c1
< /* $Id: nntp.c,v 1.1 1996/01/08 23:17:30 haynes Exp $
---
> /* $Id: nntp.c,v 1.2 1996/01/08 23:17:52 haynes Exp $
322c322
< ss = ((((year-1970) * 365 + (year-1968)/4 + day - 1) * 24L + hh) * 60
---
> ss = ((((year-1970) * 365 + (year-1969)/4 + day - 1) * 24L + hh) * 60