mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Moved some environment version detections to Interop.
This commit is contained in:
@@ -450,7 +450,7 @@ namespace DiscImageChef.Devices.Linux
|
||||
IntPtr buf = Marshal.AllocHGlobal(4096);
|
||||
int resultSize;
|
||||
|
||||
if(DetectOS.Is64Bit())
|
||||
if(DetectOS.Is64Bit)
|
||||
{
|
||||
long result64 = Extern.readlink64(path, buf, 4096);
|
||||
if(result64 <= 0) return null;
|
||||
|
||||
Reference in New Issue
Block a user