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