Parent Directory
|
Revision Log
|
Patch
--- trunk/RomCheater/Docking/MemorySearch/PatchRangeAdder.Designer.cs 2012/06/02 18:31:40 229 +++ trunk/RomCheater/Docking/MemorySearch/PatchRangeAdder.Designer.cs 2012/06/03 16:09:05 249 @@ -107,7 +107,7 @@ this.txtStartAddress.Size = new System.Drawing.Size(208, 24); this.txtStartAddress.TabIndex = 10; this.txtStartAddress.TextLength = 8; - this.txtStartAddress.Value = ((ulong)(0ul)); + this.txtStartAddress.Value = ((long)(0)); // // lblAddress // @@ -133,7 +133,7 @@ this.txtEndAddress.Size = new System.Drawing.Size(215, 24); this.txtEndAddress.TabIndex = 17; this.txtEndAddress.TextLength = 8; - this.txtEndAddress.Value = ((ulong)(0ul)); + this.txtEndAddress.Value = ((long)(0)); // // label1 //
ViewVC Help | |
Powered by ViewVC 1.1.22 |