mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Fix inverted error.
This commit is contained in:
@@ -76,7 +76,7 @@ namespace DiscImageChef.Devices
|
|||||||
|
|
||||||
remote = new Remote.Remote(host);
|
remote = new Remote.Remote(host);
|
||||||
|
|
||||||
Error = remote.Open(devicePath, out var errno);
|
Error = !remote.Open(devicePath, out var errno);
|
||||||
LastError = errno;
|
LastError = errno;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user