[Gnucash-changes] r13757 - gnucash/trunk/lib/libqof/qof - typo - erroneous &

Neil Williams codehelp at cvs.gnucash.org
Sat Apr 8 18:50:09 EDT 2006


Author: codehelp
Date: 2006-04-08 18:50:08 -0400 (Sat, 08 Apr 2006)
New Revision: 13757
Trac: http://svn.gnucash.org/trac/changeset/13757

Modified:
   gnucash/trunk/lib/libqof/qof/qofbackend.c
Log:
typo - erroneous &

Modified: gnucash/trunk/lib/libqof/qof/qofbackend.c
===================================================================
--- gnucash/trunk/lib/libqof/qof/qofbackend.c	2006-04-08 10:06:32 UTC (rev 13756)
+++ gnucash/trunk/lib/libqof/qof/qofbackend.c	2006-04-08 22:50:08 UTC (rev 13757)
@@ -193,7 +193,7 @@
 	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   : { 



More information about the gnucash-changes mailing list