mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Fix marshaling of remote IAmRoot packet.
This commit is contained in:
@@ -201,7 +201,7 @@ namespace DiscImageChef.Devices.Remote
|
||||
|
||||
var res = Marshal.ByteArrayToStructureLittleEndian<DicPacketResAmIRoot>(buf);
|
||||
|
||||
return res.am_i_root;
|
||||
return res.am_i_root != 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user