mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix a compile error in test-gnc-date.c on 32-bit builds
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22294 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -231,7 +231,7 @@ test_timespec_diff (void)
|
||||
const gint sec_per_day = 24 * 3600;
|
||||
const gint sec_per_mo = 30 * sec_per_day;
|
||||
const gint64 sec_per_yr = 365 * sec_per_day;
|
||||
const glong nsec1 = 439652, nsec2 = 132794892, nsec3 = 1132794892;
|
||||
const gint64 nsec1 = 439652, nsec2 = 132794892, nsec3 = 1132794892;
|
||||
const gint64 secs1 = 23 * sec_per_yr + 5 * sec_per_mo + 11 * sec_per_day;
|
||||
const gint64 secs2 = 21 * sec_per_yr + 11 * sec_per_mo + 19 * sec_per_day;
|
||||
const gint64 secs3 = 72 * sec_per_yr + 2 * sec_per_mo + 26 * sec_per_day;
|
||||
|
||||
Reference in New Issue
Block a user