Corrected typo that forced CHS disks to be treated like LBA.

This commit is contained in:
2017-06-06 18:15:48 +01:00
parent 0f68c85a09
commit d12ab2ce42

View File

@@ -148,7 +148,7 @@ namespace DiscImageChef.Core.Devices
sense = dev.Seek(out errorLba, 0, timeout, out duration);
ataSeekLba = (!sense && (errorLba.status & 0x27) == 0 && errorChs.error == 0);
if(!lbaMode)
if(lbaMode)
{
if(blocks > 0xFFFFFFF && !ataReadLba48 && !ataReadDmaLba48)
{