Fix for end of memory block in CheckIntegrity()
This commit is contained in:
parent
0ad1cf1d88
commit
b0c60ebb2a
|
@ -107,7 +107,7 @@ static bool CheckIntegrity(CXBX_MEMORY_BLOCK *pBlock)
|
|||
|
||||
if(*(uint32*)GetMemEnd(pBlock) != MEMORY_GUARD)
|
||||
{
|
||||
printf(" Memory block corrupted at end, overwrite: 0x.04X\n",
|
||||
printf(" Memory block corrupted at end, overwrite: 0x%.04X\n",
|
||||
*(uint32*)GetMemEnd(pBlock));
|
||||
Integrity = false;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue