Update F0V6 warnings based on new DS2 test data.

This commit is contained in:
sawinglogz 2022-02-16 20:50:47 -05:00
parent 182bbfcb1e
commit df17e279f4

View File

@ -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;