mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Correct compact disc sector suffic reconstruction in mode 1 tracks in dicformat.
This commit is contained in:
@@ -1374,7 +1374,7 @@ namespace DiscImageChef.DiscImages
|
||||
{
|
||||
sectorSuffixMs.Position =
|
||||
((sectorSuffixDdt[sectorAddress] & CD_DFIX_MASK) - 1) * 288;
|
||||
sectorSuffixMs.Read(sector, 0, 288);
|
||||
sectorSuffixMs.Read(sector, 2064, 288);
|
||||
}
|
||||
}
|
||||
else throw new InvalidProgramException("Should not have arrived here");
|
||||
|
||||
Reference in New Issue
Block a user