Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site unc.unc.UUCP Path: utzoo!watmath!clyde!burl!ulysses!bellcore!decvax!mcnc!unc!black From: black@unc.UUCP Newsgroups: net.sources Subject: Re: Suntools alarmer Message-ID: <882@unc.unc.UUCP> Date: Thu, 23-Jan-86 16:24:23 EST Article-I.D.: unc.882 Posted: Thu Jan 23 16:24:23 1986 Date-Received: Sat, 25-Jan-86 08:28:21 EST References: <873@unc.unc.UUCP> Distribution: net Organization: CS Dept, U. of N. Carolina, Chapel Hill Lines: 22 Whoops; I posted the alarmer with a couple of bugs in it. Here's a diff for the changes: 473c473 < int leap = ((month > 1) && (dysize(year) == 366)); --- > int leap = ((month > 1) && (dysize(1900 + year) == 366)); 481c481 < ydisp += (SPD + dysize(i)); --- > ydisp += (SPD * dysize(i)); ---------------------------------- You can't spell 'geek' without a double-E. - Jon Bentley ...!{decvax,ihnp4}!mcnc!unc!black (usenet) black%unc@csnet-relay.csnet (arpanet) ----------------------------------