mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Windows IOCTL bool is reversed.
This commit is contained in:
@@ -358,6 +358,11 @@ namespace DiscImageChef.Devices
|
||||
if(ATAID.HasValue)
|
||||
serial = ATAID.Value.SerialNumber;
|
||||
}
|
||||
else
|
||||
{
|
||||
lastError = 0;
|
||||
error = false;
|
||||
}
|
||||
}
|
||||
|
||||
if((scsiSense && (usb || firewire)) || manufacturer == "ATA")
|
||||
|
||||
Reference in New Issue
Block a user