View Single Post
Old 12-31-2008, 07:41 PM   #14 (permalink)
programphases
Squirt
 
Join Date: Dec 2008
Posts: 10
programphases is on a distinguished road
Default

Quote:
Originally Posted by freshlogic View Post
I think changing line 263 from "if(days > 366)" to "if(days >= 366)" might fix the bug...
I was thinking the same thing (edit: wrong...see below) when analyzing it.

--

The complete output from stepping through the loop starting 10593 days from January 1st 1980 can be found HERE.

Last edited by programphases; 12-31-2008 at 08:53 PM. Reason: merged 2 consecutive posts (ffr, use edit)



programphases is offline   Reply With Quote