Fix the broken fix to the DST bug

This commit is contained in:
Mark Watkins 2014-07-11 01:51:14 +10:00
parent a38a9c548e
commit 4c9f265b45
2 changed files with 2 additions and 1 deletions

View File

@ -320,7 +320,7 @@ void ResmedLoader::ParseSTR(Machine *mach, QStringList strfiles)
qDebug() << "Mask on" << dontime << "Mask off" << dofftime;
}
dt.addDays(1);
dt = dt.addDays(1);
}
}
}

View File

@ -14,6 +14,7 @@ There is still an issue involving time splits for late sleepers who use ResMed m
<br/>
<b>New features & bug fixes in v0.9.7</b><br/>
<list>
<li>Fixed ResMed STR.edf DST crossover bug causing duplicate sessions</li>
<li>Added PRS1 SD Card automatic backup functionality</li>
<li>Stopped faulty statistics calculations where only summary data was present (For now it should show zero where calculations are impossible)</li>
<li>Added .spo2 file import support for firmware 3.7 CMS50F oximeters.</li>