ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater/Docking/FloatingMemorySearcher.cs
(Generate patch)

Comparing trunk/RomCheater/Docking/FloatingMemorySearcher.cs (file contents):
Revision 411 by william, Thu Jun 21 20:45:35 2012 UTC vs.
Revision 412 by william, Thu Jun 21 21:08:15 2012 UTC

# Line 1389 | Line 1389 | namespace RomCheater.Docking
1389                                                  {
1390                                                      uint lookup_value = 0;
1391                                                      //using (GenericMemoryProvider gmp = new GenericMemoryProvider((IAcceptsProcessAndConfig)this)) { gmp.OpenProvider(); gmp.ReadMemory(address, out lookup_value); gmp.CloseProvider(); }
1392 <                                                    lookup_value = Convert.ToUInt32(result_value);
1392 >                                                    lookup_value = Convert.ToUInt32(result_value);                                                    
1393                                                      using (_32bit_unsigned_comparer_ comparer = new _32bit_unsigned_comparer_(SearchArgs, address))
1394                                                      {
1395                                                          uint value = 0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines