r14908 - gnucash/trunk - Don't pass a pointer to a pointer. It's just expecting the pointer.

Derek Atkins warlord at cvs.gnucash.org
Wed Sep 27 16:36:58 EDT 2006


Author: warlord
Date: 2006-09-27 16:36:56 -0400 (Wed, 27 Sep 2006)
New Revision: 14908
Trac: http://svn.gnucash.org/trac/changeset/14908

Modified:
   gnucash/trunk/
   gnucash/trunk/lib/libqof/qof/qofquery.c
Log:
Don't pass a pointer to a pointer.  It's just expecting the pointer.



Property changes on: gnucash/trunk
___________________________________________________________________
Name: svk:merge
   - 3889ce50-311e-0410-a464-f059747ec5d1:/local/gnucash/trunk:660
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk:13371
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk2:13366
   + 3889ce50-311e-0410-a464-f059747ec5d1:/local/gnucash/trunk:660
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk:13379
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk2:13366

Modified: gnucash/trunk/lib/libqof/qof/qofquery.c
===================================================================
--- gnucash/trunk/lib/libqof/qof/qofquery.c	2006-09-27 17:08:56 UTC (rev 14907)
+++ gnucash/trunk/lib/libqof/qof/qofquery.c	2006-09-27 20:36:56 UTC (rev 14908)
@@ -808,7 +808,7 @@
 
     /* And then iterate over all the objects */
     qof_object_foreach (qcb->query->search_for, book,
-			(QofEntityForeachCB) check_item_cb, &qcb);
+			(QofEntityForeachCB) check_item_cb, qcb);
   }
 }
 



More information about the gnucash-changes mailing list