mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +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();
|
if(!page.SLM) return sb.ToString();
|
||||||
|
|
||||||
sb.Append("\tDrive has two LUNs with rewritable being ");
|
sb.Append("\tDrive has two LUNs with rewritable being ");
|
||||||
if(page.SLM) sb.AppendLine("LUN 1");
|
sb.AppendLine(page.SLR ? "LUN 1" : "LUN 0");
|
||||||
else sb.AppendLine("LUN 0");
|
|
||||||
|
|
||||||
return sb.ToString();
|
return sb.ToString();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user