diff --git a/Aaru.Core/Devices/Dumping/CompactDisc/Dump.cs b/Aaru.Core/Devices/Dumping/CompactDisc/Dump.cs index 10d7b48d3..46f3ed055 100644 --- a/Aaru.Core/Devices/Dumping/CompactDisc/Dump.cs +++ b/Aaru.Core/Devices/Dumping/CompactDisc/Dump.cs @@ -336,7 +336,7 @@ namespace Aaru.Core.Devices.Dumping // Check if subchannel is BCD if(supportedSubchannel != MmcSubchannel.None) { - sense = _dev.ReadCd(out cmdBuf, out _, 0, blockSize, 35, MmcSectorTypes.AllTypes, false, false, true, + sense = _dev.ReadCd(out cmdBuf, out _, 35, blockSize, 1, MmcSectorTypes.AllTypes, false, false, true, MmcHeaderCodes.AllHeaders, true, true, MmcErrorField.None, supportedSubchannel, _dev.Timeout, out _); diff --git a/Aaru.Decoders b/Aaru.Decoders index 586c7e437..dc861b638 160000 --- a/Aaru.Decoders +++ b/Aaru.Decoders @@ -1 +1 @@ -Subproject commit 586c7e43763052ee2b97ad7b7c6fa09c102288b7 +Subproject commit dc861b63839b3f50a55f3d6d71f82774fe0a57e8