[net.micro.amiga] DateStamp routine

rokicki@Navajo.ARPA (02/12/86)

*** REPLACE THIS LINE WITH YOUR MASS ***

For those with Manx C (and may the number grow rapidly!)
you will need to change a line of my DateStamp program
so it works after 2006.

   n -= 1461 * y / 4 ;

should become

   n -= 1461L * y / 4 ;

I get twenty years with a black and white Macintosh for
that one.

-tom