mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
Update F0V6 warnings based on new DS2 test data.
This commit is contained in:
parent
182bbfcb1e
commit
df17e279f4
@ -1557,7 +1557,7 @@ bool PRS1DataChunk::ParseSummaryF0V6(void)
|
||||
qWarning() << this->sessionid << "summary data too short:" << chunk_size;
|
||||
return false;
|
||||
}
|
||||
if (chunk_size < 58) UNEXPECTED_VALUE(chunk_size, ">= 58");
|
||||
if (chunk_size < 55) UNEXPECTED_VALUE(chunk_size, ">= 55");
|
||||
|
||||
bool ok = true;
|
||||
int pos = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user