mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Fix typo in INQUIRY reported size with calculated size.
This commit is contained in:
@@ -67,7 +67,7 @@ namespace DiscImageChef.Decoders.SCSI
|
||||
return null;
|
||||
}
|
||||
|
||||
if(SCSIInquiryResponse.Length < SCSIInquiryResponse[4] + 5 &&
|
||||
if(SCSIInquiryResponse.Length < SCSIInquiryResponse[4] + 4 &&
|
||||
SCSIInquiryResponse.Length != SCSIInquiryResponse[4])
|
||||
{
|
||||
DicConsole.DebugWriteLine("SCSI INQUIRY decoder",
|
||||
|
||||
Reference in New Issue
Block a user