mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Temporary lifespan doesn't work intuitively. Fix it.
This commit is contained in:
@@ -73,7 +73,8 @@ SectorVector BrotherDecoder::decodeToSectors(const RawRecordVector& rawRecords,
|
||||
if (rawrecord->data.size() < (32+32))
|
||||
break;
|
||||
|
||||
ByteReader br(toBytes(ii+32, ii+64));
|
||||
const auto& by = toBytes(ii+32, ii+64);
|
||||
ByteReader br(by);
|
||||
nextTrack = decode_header_gcr(br.read_be16());
|
||||
nextSector = decode_header_gcr(br.read_be16());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user