[Mono-bugs] [Bug 41313][Nor] Changed - mini has problem converting long to single

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Mon, 14 Apr 2003 11:55:31 -0400 (EDT)


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 lupus@ximian.com.

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

--- shadow/41313	Mon Apr 14 09:36:25 2003
+++ shadow/41313.tmp.27880	Mon Apr 14 11:55:30 2003
@@ -1,14 +1,14 @@
 Bug#: 41313
 Product: Mono/Runtime
 Version: unspecified
 OS: Red Hat 8.0
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Normal
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: ndrochak@gol.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -25,6 +25,9 @@
 
 	public static void Main () {
 		long tryInt64 = 123456789012;
 		Console.WriteLine (Convert.ToSingle(tryInt64));
 	}
 }
+
+------- Additional Comments From lupus@ximian.com  2003-04-14 11:55 -------
+Fixed in cvs.