Fix position decoding when dumping SSC.

This commit is contained in:
2019-05-07 01:22:18 +01:00
parent ffd15d6239
commit cdae12b30f

View File

@@ -423,7 +423,7 @@ namespace DiscImageChef.Core.Devices.Dumping
if(!sense)
{
ulong position = Swapping.Swap(BitConverter.ToUInt32(cmdBuf, 8));
ulong position = Swapping.Swap(BitConverter.ToUInt32(cmdBuf, 4));
if(position == 1)
{