From 4c9f265b45e7bb3a9d397434a1df48ddfa4c3869 Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Fri, 11 Jul 2014 01:51:14 +1000 Subject: [PATCH] Fix the broken fix to the DST bug --- sleepyhead/SleepLib/loader_plugins/resmed_loader.cpp | 2 +- sleepyhead/docs/release_notes.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/sleepyhead/SleepLib/loader_plugins/resmed_loader.cpp b/sleepyhead/SleepLib/loader_plugins/resmed_loader.cpp index 0fc09880..b9dadb7c 100644 --- a/sleepyhead/SleepLib/loader_plugins/resmed_loader.cpp +++ b/sleepyhead/SleepLib/loader_plugins/resmed_loader.cpp @@ -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); } } } diff --git a/sleepyhead/docs/release_notes.html b/sleepyhead/docs/release_notes.html index e7caddde..98387d3c 100644 --- a/sleepyhead/docs/release_notes.html +++ b/sleepyhead/docs/release_notes.html @@ -14,6 +14,7 @@ There is still an issue involving time splits for late sleepers who use ResMed m
New features & bug fixes in v0.9.7
+
  • Fixed ResMed STR.edf DST crossover bug causing duplicate sessions
  • Added PRS1 SD Card automatic backup functionality
  • Stopped faulty statistics calculations where only summary data was present (For now it should show zero where calculations are impossible)
  • Added .spo2 file import support for firmware 3.7 CMS50F oximeters.