[Gnucash-changes] Patch from Chris Shoemaker to annotate a possible bug.

David Hampton hampton at cvs.gnucash.org
Fri Oct 14 08:53:14 EDT 2005


Log Message:
-----------
Patch from Chris Shoemaker to annotate a possible bug.

Tags:
----
gnucash-gnome2-dev

Modified Files:
--------------
    gnucash/src/engine:
        qofquery-deserial.c

Revision Data
-------------
Index: qofquery-deserial.c
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/src/engine/qofquery-deserial.c,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -Lsrc/engine/qofquery-deserial.c -Lsrc/engine/qofquery-deserial.c -u -r1.1.2.3 -r1.1.2.4
--- src/engine/qofquery-deserial.c
+++ src/engine/qofquery-deserial.c
@@ -483,6 +483,7 @@
 		if (0 == strcmp (node->name, "qofquery:param"))
 		{
 			const char *str = GET_TEXT (node);
+                        /* BUG? I can't find the matching cache removal. */
 			plist = g_slist_append (plist, CACHE_INSERT(str));
 		}
 	}


More information about the gnucash-changes mailing list