mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Code cleanup.
This commit is contained in:
@@ -65,7 +65,7 @@ namespace DiscImageChef.Decoders.SCSI.SSC
|
||||
{
|
||||
granularity = (byte)(response[0] & 0x1F),
|
||||
maxBlockLen = (uint)((response[1] << 16) + (response[2] << 8) + response[3]),
|
||||
minBlockLen = (ushort)((response[4] << 8) + response[5])
|
||||
minBlockLen = (ushort)((response[4] << 8) + response[5])
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user