mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Spurious key press.
This commit is contained in:
@@ -67,7 +67,7 @@ namespace DiscImageChef.PartPlugins
|
||||
partable xnxtbl = (partable)Marshal.PtrToStructure(handle.AddrOfPinnedObject(), typeof(partable));
|
||||
handle.Free();
|
||||
|
||||
DicConsole.DebugWriteLine("XENIX plugin", "xnxtbl.p_magic = 0x{0:X4} (should be 0x{1:X4q})", xnxtbl.p_magic, PAMAGIC);
|
||||
DicConsole.DebugWriteLine("XENIX plugin", "xnxtbl.p_magic = 0x{0:X4} (should be 0x{1:X4})", xnxtbl.p_magic, PAMAGIC);
|
||||
|
||||
if(xnxtbl.p_magic != PAMAGIC)
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user