This commit is contained in:
strtoul 2011-12-28 16:29:45 +00:00
parent a66a30a771
commit d9be1719be
1 changed files with 1 additions and 1 deletions

View File

@ -555,7 +555,7 @@ bool PatchReturnTo( void *Address, int Size, u32 id )
}
if(returnToPatched)
gprintf("Return to %08X patched with old method.\n", (u32) title);
gprintf("Return to %08X patched with old method.\n", (u32) id);
return returnToPatched;
}