mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-07 03:30:44 +00:00
Added empty session skip back in for ResMed importer
This commit is contained in:
parent
3f86358507
commit
fcbfc8cc92
@ -1582,14 +1582,13 @@ int ResmedLoader::Open(QString &path, Profile *profile)
|
|||||||
// Add the session to the machine & profile objects
|
// Add the session to the machine & profile objects
|
||||||
//if (!dodgy)
|
//if (!dodgy)
|
||||||
|
|
||||||
// FIXME: Deliberately broken, uncomment
|
if (sess->length() > 0) {
|
||||||
// if (sess->length() > 0) {
|
|
||||||
m->AddSession(sess, profile);
|
m->AddSession(sess, profile);
|
||||||
// } else {
|
} else {
|
||||||
// // Hmm.. this means a ton of these could slow down import.
|
// // Hmm.. this means a ton of these could slow down import.
|
||||||
// // I could instead set these to disabled by default, or implement a dodgy session marker
|
// // I could instead set these to disabled by default, or implement a dodgy session marker
|
||||||
// delete sess;
|
delete sess;
|
||||||
// }
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user