Suntools alarmer
    black at unc.UUCP 
    black at unc.UUCP
       
    Fri Jan 24 07:24:23 AEST 1986
    
    
  
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 at csnet-relay.csnet		(arpanet)
----------------------------------
    
    
More information about the Comp.sources.unix
mailing list