Patricia Shanahan, ZEO Module: Was dropping integer field when MorningFeel empty.

This commit is contained in:
Mark Watkins 2012-05-19 16:41:51 +10:00
parent 78e306cdaa
commit dcca4178af

View File

@ -238,7 +238,6 @@ int ZEOLoader::OpenFile(QString filename)
}
MorningFeel=linecomp[idxMorningFeel].toInt(&ok);
//if (!ok) dodgy=true;
if (!ok) MorningFeel=0;
FirmwareVersion=linecomp[idxFirmwareVersion];