From 321d3e24732c3a96744a825f4a995e6cf736593f Mon Sep 17 00:00:00 2001 From: Derek Atkins Date: Sun, 6 Feb 2005 20:56:09 +0000 Subject: [PATCH] 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. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@10454 57a11ea4-9604-0410-9ed3-97b8803252fd --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9770d218fe..9fb400e3e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-02-06 Derek Atkins + + * src/engine/date.c: Fix the last-day-of-month computation for + leap years. Need to use modulo, not divide. (Patch by + Neil Williams. + 2005-02-06 Christian Stimming * src/import-export/hbci/gnc-hbci-gettrans.c: Fix HBCI date range