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.