file.cpp

changeset 46
69962c85f717
parent 45
19d99d62d88e
child 55
b08f10e668e5
--- a/file.cpp	Wed Mar 20 03:28:49 2013 +0200
+++ b/file.cpp	Wed Mar 20 13:27:43 2013 +0200
@@ -216,6 +216,8 @@
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 // =============================================================================
 LDObject* parseLine (str zLine) {
+	printf ("%s\n", zLine.chars());
+	
 	// Disable the locale while parsing the line or atof's behavior changes
 	// between locales (i.e. fails to read decimals properly). That is
 	// quite undesired...

mercurial