mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix compilation problem - add GPOINTER_TO_UINT() cast
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18270 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
36ca18b274
commit
5ea1310b7e
@ -153,7 +153,7 @@ set_period_num( gpointer pObj, gpointer val )
|
|||||||
|
|
||||||
g_return_if_fail( pObj != NULL );
|
g_return_if_fail( pObj != NULL );
|
||||||
|
|
||||||
info->period_num = (guint)val;
|
info->period_num = GPOINTER_TO_UINT(val);
|
||||||
}
|
}
|
||||||
|
|
||||||
static gnc_numeric
|
static gnc_numeric
|
||||||
|
Loading…
Reference in New Issue
Block a user