--- 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...