[Mono-bugs] [Bug 51427][Wis] Changed - MCS does not handle long a = 0x07FFFFFFFFFFFFFFFL;

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 26 Nov 2003 20:04:37 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by miguel@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=51427

--- shadow/51427	2003-11-26 16:11:27.000000000 -0500
+++ shadow/51427.tmp.16546	2003-11-26 20:04:37.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 51427
 Product: Mono/MCS
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: 001 One hour
 Priority: Wishlist
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: bmaurer@users.sf.net               
 QAContact: mono-bugs@ximian.com
@@ -53,6 +53,9 @@
 				} else
 					break;
 			}
 
 This is incorrect, as shown in this example, CSC handles constants that are
 longer than 16 hex digits if they have leading 0's.
+
+------- Additional Comments From miguel@ximian.com  2003-11-26 20:04 -------
+Fixed.