[Gnucash-changes] r13055 - gnucash/trunk - Do the Locale-two-step to fix graphs in non-C-locales. Bug#328773.

Derek Atkins warlord at MIT.EDU
Tue Jan 31 00:16:04 EST 2006


Josh,

Quoting Joshua Sled <jsled at cvs.gnucash.org>:

> --- 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
       warlord at MIT.EDU                        PGP key available



More information about the gnucash-devel mailing list