mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 19:20:45 +00:00
Oops in last commit
This commit is contained in:
parent
b42e4246bf
commit
bd72f00041
@ -651,7 +651,7 @@ void FlowParser::flagEvents()
|
|||||||
len=et-st;
|
len=et-st;
|
||||||
dur=len/1000.0;
|
dur=len/1000.0;
|
||||||
if (dur>=duration) {
|
if (dur>=duration) {
|
||||||
if (!SearchApnea(m_session,st-len/2,15000)) {
|
if (!SearchApnea(m_session,et-len/2,15000)) {
|
||||||
if (!uf1) {
|
if (!uf1) {
|
||||||
uf1=m_session->AddEventList(CPAP_UserFlag1,EVL_Event);
|
uf1=m_session->AddEventList(CPAP_UserFlag1,EVL_Event);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user