mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-21 21:20:45 +00:00
Fix VSnore oops I just made in PRS1 ASV import
This commit is contained in:
parent
0284420b59
commit
bf08235e23
@ -765,7 +765,7 @@ bool PRS1Loader::Parse002v5(qint32 sequence, quint32 timestamp, unsigned char *b
|
|||||||
SNORE->AddEvent(t,data[2]=buffer[pos++]); // 08=Snore
|
SNORE->AddEvent(t,data[2]=buffer[pos++]); // 08=Snore
|
||||||
if (data[2]>0) {
|
if (data[2]>0) {
|
||||||
if (!VS) {
|
if (!VS) {
|
||||||
if (!(VS2=session->AddEventList(CPAP_VSnore,EVL_Event)))
|
if (!(VS=session->AddEventList(CPAP_VSnore,EVL_Event)))
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
VS->AddEvent(t,0); //data[2]); // VSnore
|
VS->AddEvent(t,0); //data[2]); // VSnore
|
||||||
|
Loading…
Reference in New Issue
Block a user