mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Corrected incorrect handling of ATA READ LONG, READ TOC/PMA/ATIP and PIONEER READ CD-DA MSF commands.
This commit is contained in:
@@ -292,7 +292,7 @@ namespace DiscImageChef.Devices
|
||||
byte[] tmpBuffer;
|
||||
bool sense;
|
||||
|
||||
if(format == 5)
|
||||
if((format & 0x0F)== 5)
|
||||
tmpBuffer = new byte[32768];
|
||||
else
|
||||
tmpBuffer = new byte[1024];
|
||||
|
||||
Reference in New Issue
Block a user