Josh,

Quoting Joshua Sled <[EMAIL PROTECTED]>:

--- gnucash/trunk/src/gnome-utils/gnc-html-graph-gog.c 2006-01-30 21:01:05 UTC (rev 13054) +++ gnucash/trunk/src/gnome-utils/gnc-html-graph-gog.c 2006-01-31 03:34:26 UTC (rev 13055)
[snip]
@@ -318,6 +326,7 @@
    sscanf( datasizeStr, "%d", &datasize );
    data = read_doubles( dataStr, datasize );
    labels = read_strings( labelsStr, datasize );
+    _debug_print_array(labels, datasize);
    colors = read_strings( colorStr, datasize );
  }

Um, what is _debug_print_array()?  I can't find the symbol anywhere
and as a result I can't get this code to build.  I presume I can
comment it out, but it would be nice to know what this is from..

-derek

--
      Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
      Member, MIT Student Information Processing Board  (SIPB)
      URL: http://web.mit.edu/warlord/    PP-ASEL-IA     N1NWH
      [EMAIL PROTECTED]                        PGP key available

_______________________________________________
gnucash-devel mailing list
[email protected]
https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Reply via email to