mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Typo
This commit is contained in:
@@ -1992,7 +1992,7 @@ namespace DiscImageChef.Decoders.SCSI
|
||||
if (pageResponse == null)
|
||||
return null;
|
||||
|
||||
if ((pageResponse[0] & 0x3F) != 0x05)
|
||||
if ((pageResponse[0] & 0x3F) != 0x03)
|
||||
return null;
|
||||
|
||||
if (pageResponse[1] + 2 != pageResponse.Length)
|
||||
|
||||
Reference in New Issue
Block a user