mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
For consistency, sector validity is not checked. Will be implemented in next version.
This commit is contained in:
@@ -389,10 +389,8 @@ namespace Aaru.Core.Devices.Dumping
|
||||
cmdBuf = tmpBuf;
|
||||
}
|
||||
|
||||
// TODO: Implement sector validity
|
||||
cmdBuf = Sector.Scramble(cmdBuf);
|
||||
|
||||
// TODO: In error correction, if persistent, consider we got the sector, just save it
|
||||
sense = CdChecksums.CheckCdSector(cmdBuf) != true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user