Fix leap-year computation in the 'last_mday' computation.

Derek Atkins warlord at cvs.gnucash.org
Sun Feb 6 15:54:04 EST 2005


Log Message:
-----------
Fix leap-year computation in the 'last_mday' computation.

	* src/engine/date.c: Fix the last-day-of-month computation for
	  leap years.  Need to use modulo, not divide.  (Patch by
	  Neil Williams.

Tags:
----
gnucash-1-8-branch

Modified Files:
--------------
    gnucash:
        ChangeLog
    gnucash/src/engine:
        date.c


More information about the gnucash-patches mailing list