From bd72f000416cd675c9e92cabf7b02823dee00bac Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Mon, 9 Jan 2012 20:06:04 +1000 Subject: [PATCH] Oops in last commit --- SleepLib/calcs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SleepLib/calcs.cpp b/SleepLib/calcs.cpp index 3235e386..55ee5e1c 100644 --- a/SleepLib/calcs.cpp +++ b/SleepLib/calcs.cpp @@ -651,7 +651,7 @@ void FlowParser::flagEvents() len=et-st; dur=len/1000.0; if (dur>=duration) { - if (!SearchApnea(m_session,st-len/2,15000)) { + if (!SearchApnea(m_session,et-len/2,15000)) { if (!uf1) { uf1=m_session->AddEventList(CPAP_UserFlag1,EVL_Event); }