mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
🐛Fix BlindWrite4 incorrect pregap calculation preventing images from showing correct data.
This commit is contained in:
@@ -192,7 +192,6 @@ namespace DiscImageChef.Core
|
||||
{
|
||||
byte[] mode2A = imageFormat.ReadDiskTag(MediaTagType.SCSI_MODEPAGE_2A);
|
||||
|
||||
DicConsole.WriteLine("SCSI INQUIRY contained in image:");
|
||||
DicConsole.Write("{0}", Modes.PrettifyModePage_2A(mode2A));
|
||||
DicConsole.WriteLine();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user