build error on _debug_print_array

Martin Klaffenboeck martin.klaffenboeck at gmx.at
Tue Jan 31 07:47:13 EST 2006


Hi there!

I have a build error here, but its only a debug message, I could not
figure out where the function is defined, so I disabled it:

Index: src/gnome-utils/gnc-html-graph-gog.c
===================================================================
--- src/gnome-utils/gnc-html-graph-gog.c        (Revision 13056)
+++ src/gnome-utils/gnc-html-graph-gog.c        (Arbeitskopie)
@@ -326,7 +326,7 @@
     sscanf( datasizeStr, "%d", &datasize );
     data = read_doubles( dataStr, datasize );
     labels = read_strings( labelsStr, datasize );
-    _debug_print_array(labels, datasize);
+        //    _debug_print_array(labels, datasize);
     colors = read_strings( colorStr, datasize );
   }


If you find a better solution, just tell me.

Martin



More information about the gnucash-devel mailing list