mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Fix position decoding when dumping SSC.
This commit is contained in:
@@ -423,7 +423,7 @@ namespace DiscImageChef.Core.Devices.Dumping
|
|||||||
|
|
||||||
if(!sense)
|
if(!sense)
|
||||||
{
|
{
|
||||||
ulong position = Swapping.Swap(BitConverter.ToUInt32(cmdBuf, 8));
|
ulong position = Swapping.Swap(BitConverter.ToUInt32(cmdBuf, 4));
|
||||||
|
|
||||||
if(position == 1)
|
if(position == 1)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user