Reformatted.

This commit is contained in:
2016-04-19 02:11:47 +01:00
parent 6a8499f8ed
commit f8bc81d4f5
149 changed files with 6983 additions and 6970 deletions

View File

@@ -145,12 +145,12 @@ namespace DiscImageChef.Devices
cdb[8] = (byte)((transferLength & 0xFF00) >> 8);
cdb[9] = (byte)(transferLength & 0xFF);
if (errorFlags)
if(errorFlags)
{
buffer = new byte[2646 * transferLength];
cdb[6] = 0x1F;
}
else if (wholeSector)
else if(wholeSector)
{
buffer = new byte[2352 * transferLength];
cdb[6] = 0x0F;