mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[Refactor] Simplify boolean comparison.
This commit is contained in:
@@ -1747,7 +1747,7 @@ public sealed partial class DeviceReport
|
||||
_dev.Timeout,
|
||||
out _);
|
||||
|
||||
if(!mediaTest.CanReadC2Pointers == true)
|
||||
if(mediaTest.CanReadC2Pointers == false)
|
||||
{
|
||||
mediaTest.CanReadC2Pointers = !_dev.ReadCd(out buffer,
|
||||
out _,
|
||||
|
||||
Reference in New Issue
Block a user