Correct compact disc sector suffic reconstruction in mode 1 tracks in dicformat.

This commit is contained in:
2019-03-24 00:09:03 +00:00
parent a74b0549bc
commit e3f958230f

View File

@@ -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");