mirror of
https://github.com/aaru-dps/Aaru.Decoders.git
synced 2025-12-16 19:24:32 +00:00
Corrected minor bug in decoding SCSI MODE PAGE 00h.
This commit is contained in:
@@ -113,8 +113,7 @@ namespace DiscImageChef.Decoders.SCSI
|
||||
if(!page.SLM) return sb.ToString();
|
||||
|
||||
sb.Append("\tDrive has two LUNs with rewritable being ");
|
||||
if(page.SLM) sb.AppendLine("LUN 1");
|
||||
else sb.AppendLine("LUN 0");
|
||||
sb.AppendLine(page.SLR ? "LUN 1" : "LUN 0");
|
||||
|
||||
return sb.ToString();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user