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. Modified Files: -------------- gnucash: ChangeLog gnucash/src/engine: gnc-date.c