mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-09 12:40:43 +00:00
Patricia Shanahan, ZEO Module: Was dropping integer field when MorningFeel empty.
This commit is contained in:
parent
78e306cdaa
commit
dcca4178af
@ -238,7 +238,6 @@ int ZEOLoader::OpenFile(QString filename)
|
|||||||
}
|
}
|
||||||
MorningFeel=linecomp[idxMorningFeel].toInt(&ok);
|
MorningFeel=linecomp[idxMorningFeel].toInt(&ok);
|
||||||
//if (!ok) dodgy=true;
|
//if (!ok) dodgy=true;
|
||||||
|
|
||||||
if (!ok) MorningFeel=0;
|
if (!ok) MorningFeel=0;
|
||||||
|
|
||||||
FirmwareVersion=linecomp[idxFirmwareVersion];
|
FirmwareVersion=linecomp[idxFirmwareVersion];
|
||||||
|
Loading…
Reference in New Issue
Block a user