diff --git a/measurements.cpp b/measurements.cpp index 0422ff8..1baf4f8 100644 --- a/measurements.cpp +++ b/measurements.cpp @@ -2562,21 +2562,22 @@ void Measurements::importData(QString _name) if ( (line.length() > 2) && (line[0] == '#')) // Option line { line.remove(0,1); + line = line.toUpper(); int ns = sscanf(line.toLocal8Bit(), "%s %s %s %s %s", strn[0], strn[1], strn[2], strn[3], strn[4]); for (int i=0; i