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

This reverts commit c3e642e7497d2fb2e1c5064ee6c146628f6a6e4f.
This commit is contained in:
Mark Watkins 2012-05-19 17:03:49 +10:00
parent dcca4178af
commit 48b2ebb0d6

View File

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