mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
Check result of EDFInfo::Parse()
This commit is contained in:
parent
c1f986921d
commit
823266f627
@ -30,7 +30,11 @@ ResMedEDFInfo::~ResMedEDFInfo() { }
|
||||
|
||||
bool ResMedEDFInfo::Parse( ) // overrides and calls the super's Parse
|
||||
{
|
||||
EDFInfo::Parse( );
|
||||
if ( ! EDFInfo::Parse( ) ) {
|
||||
qWarning() << "EDFInfo::Parse failed!";
|
||||
sleep(1);
|
||||
return false;
|
||||
}
|
||||
|
||||
// Now massage some stuff into OSCAR's layout
|
||||
int snp = edfHdr.recordingident.indexOf("SRN=");
|
||||
|
Loading…
Reference in New Issue
Block a user