mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Ensure that the layout's sector size is honoured.
This commit is contained in:
@@ -72,6 +72,7 @@ std::shared_ptr<DecodedTrack> Decoder::decodeToSectors(
|
||||
|
||||
before = fmr.tell();
|
||||
decodeDataRecord();
|
||||
_sector->data = _sector->data.slice(0, _ltl->sectorSize);
|
||||
after = fmr.tell();
|
||||
|
||||
if (_sector->status != Sector::DATA_MISSING)
|
||||
|
||||
Reference in New Issue
Block a user