Amhtsa.123
net.news.b
utzoo!decvax!ucbvax!mhtsa!mjm
Wed Dec 30 11:14:37 1981
bug fix in USG ftime
In ftime.c, function ftime(),
which is supplied for USG machines,
the time zone information is set incorrectly.
For USG machines, the external variable timezone
is a number in seconds; see ctime(1).
For the ftime structure this number should be in minutes.
So change,
       tp->timezone = timezone;
to
       tp->timezone = timezone/60;
This bug causes expired articles to stay around for an extra 12 days.

Another point. There are now so many newsgroups that the default value
for LINES (50) in defs.h is too small for people who subscribe to "all".

-----------------------------------------------------------------
gopher://quux.org/ conversion by John Goerzen <[email protected]>
of http://communication.ucsd.edu/A-News/


This Usenet Oldnews Archive
article may be copied and distributed freely, provided:

1. There is no money collected for the text(s) of the articles.

2. The following notice remains appended to each copy:

The Usenet Oldnews Archive: Compilation Copyright (C) 1981, 1996
Bruce Jones, Henry Spencer, David Wiseman.