[Gnucash-changes] r13057 - gnucash/trunk/src/gnome-utils - fix compilation breakage; comment tyop.

Joshua Sled jsled at cvs.gnucash.org
Tue Jan 31 08:16:27 EST 2006


Author: jsled
Date: 2006-01-31 08:16:26 -0500 (Tue, 31 Jan 2006)
New Revision: 13057
Trac: http://svn.gnucash.org/trac/changeset/13057

Modified:
   gnucash/trunk/src/gnome-utils/gnc-html-graph-gog.c
Log:
fix compilation breakage; comment tyop.


Modified: gnucash/trunk/src/gnome-utils/gnc-html-graph-gog.c
===================================================================
--- gnucash/trunk/src/gnome-utils/gnc-html-graph-gog.c	2006-01-31 03:41:01 UTC (rev 13056)
+++ gnucash/trunk/src/gnome-utils/gnc-html-graph-gog.c	2006-01-31 13:16:26 UTC (rev 13057)
@@ -100,7 +100,7 @@
   double * retval = g_new0(double, nvalues);
 
   // guile is going to (puts ...) the elements of the double array
-  // together. In non-POSIX locales, tthat will be in a format that
+  // together. In non-POSIX locales, that will be in a format that
   // the locale-specific sscanf will not be able to parse.
   gnc_push_locale("C");
   {
@@ -326,7 +326,6 @@
     sscanf( datasizeStr, "%d", &datasize );
     data = read_doubles( dataStr, datasize );
     labels = read_strings( labelsStr, datasize );
-    _debug_print_array(labels, datasize);
     colors = read_strings( colorStr, datasize );
   }
 



More information about the gnucash-changes mailing list