Checkpoint: 0.8.4 alpha release take 3.. This is the last one :)

This commit is contained in:
Mark Watkins 2011-09-04 16:23:45 +10:00
parent fa9b20099e
commit c4aa1b69ef

View File

@ -503,6 +503,7 @@ bool ResmedLoader::LoadEVE(Session *sess,EDFParser &edf)
do {
t+=tolower(data[pos++]);
} while ((data[pos]!=20) && (pos<recs)); // start code
duration+=10;
if (!t.isEmpty()) {
//code=MC_UNKNOWN;
if (t=="obstructive apnea") {