Parent Directory
|
Revision Log
|
Patch
--- trunk/RomCheater/Docking/MemorySearch/SearchPatcher.cs 2012/06/03 16:09:05 249 +++ trunk/RomCheater/Docking/MemorySearch/SearchPatcher.cs 2012/06/19 07:56:36 378 @@ -106,7 +106,7 @@ } private void btnOK_Click(object sender, EventArgs e) { - int Address = txtAddress.ToInt32(); + uint Address = txtAddress.ToUInt32(); GenericMemoryProvider provider = new GenericMemoryProvider((IAcceptsProcessAndConfig)this); provider.OpenProvider();
ViewVC Help | |
Powered by ViewVC 1.1.22 |