[Kst] branches/work/kst/portto4/kst/src/libkstmath

Mike Fenton mike at staikos.net
Mon Mar 9 16:33:55 CET 2009


SVN commit 937332 by fenton:

Fix label parsing debug output.


 M  +1 -1      labelparser.cpp  


--- branches/work/kst/portto4/kst/src/libkstmath/labelparser.cpp #937331:937332
@@ -28,7 +28,7 @@
 // Debug output for Parsing - 0 Off 1 On
 #define DEBUG_PARSING 0
 
-#if 1
+#if DEBUG_PARSING
 #define dumpattr(node, text) do { printf("%s: bold:%d italic:%d underline:%d\n", text, (node)->attributes.bold, (node)->attributes.italic, (node)->attributes.underline); } while(0)
 #else
 #define dumpattr(node, text)


More information about the Kst mailing list