mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
Device: Remove erroneous API error in VSA buffer overlap check
This commit is contained in:
@@ -3049,7 +3049,6 @@ std::optional<bool> Device::isVSAOverlapped(std::optional<VSAMetadata> optMetada
|
||||
lastSectorRecord->getTimestamp() > metadata.coreMiniTimestamp;
|
||||
} else if(lastSectorStatus == VSAParser::RecordParseStatus::NotARecordStart) {
|
||||
// The vsa record buffer is not full
|
||||
report(APIEvent::Type::VSAOtherError, APIEvent::Severity::Error);
|
||||
return false;
|
||||
}
|
||||
report(APIEvent::Type::VSABufferFormatError, APIEvent::Severity::Error);
|
||||
|
||||
Reference in New Issue
Block a user