r17940 - gnucash/trunk/src/engine - Bug #570887: Fix a typo in r17939.
Charles Day
cedayiv at cvs.gnucash.org
Fri Feb 20 00:00:08 EST 2009
Author: cedayiv
Date: 2009-02-20 00:00:08 -0500 (Fri, 20 Feb 2009)
New Revision: 17940
Trac: http://svn.gnucash.org/trac/changeset/17940
Modified:
gnucash/trunk/src/engine/engine-helpers.c
Log:
Bug #570887: Fix a typo in r17939.
Modified: gnucash/trunk/src/engine/engine-helpers.c
===================================================================
--- gnucash/trunk/src/engine/engine-helpers.c 2009-02-20 04:37:28 UTC (rev 17939)
+++ gnucash/trunk/src/engine/engine-helpers.c 2009-02-20 05:00:08 UTC (rev 17940)
@@ -411,7 +411,7 @@
SCM guid_scm = SCM_CAR (guids_scm);
GUID *guid = NULL;
- if (guids_scm != SCM_BOOL_F)
+ if (guid_scm != SCM_BOOL_F)
{
guid = guid_malloc ();
*guid = gnc_scm2guid (guid_scm);
More information about the gnucash-changes
mailing list