mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
Revert "Patricia Shanahan, ZEO Module: Was dropping integer field when MorningFeel empty."
This reverts commit c3e642e7497d2fb2e1c5064ee6c146628f6a6e4f.
This commit is contained in:
parent
dcca4178af
commit
48b2ebb0d6
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user