mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
typo - erroneous &
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13757 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -193,7 +193,7 @@ void qof_backend_prepare_option(QofBackend *be, QofBackendOption *option)
|
||||
switch (option->type)
|
||||
{
|
||||
case KVP_TYPE_GINT64 : {
|
||||
value = kvp_value_new_gint64(*(gint64*)&option->value);
|
||||
value = kvp_value_new_gint64(*(gint64*)option->value);
|
||||
break;
|
||||
}
|
||||
case KVP_TYPE_DOUBLE : {
|
||||
|
||||
Reference in New Issue
Block a user