[Mono-bugs] [Bug 43639][Nor] Changed - Possible conversion bug associated with Int64.
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Tue, 27 May 2003 06:00:42 -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 dietmar@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=43639
--- shadow/43639 Sun May 25 15:56:48 2003
+++ shadow/43639.tmp.361 Tue May 27 06:00:42 2003
@@ -1,14 +1,14 @@
Bug#: 43639
Product: Mono/Class Libraries
Version: unspecified
OS: Red Hat 9.0
OS Details: Mono C# compiler version 0.24.0.0
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: System
AssignedTo: mono-bugs@ximian.com
ReportedBy: jimeno@servidor.unam.mx
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -83,6 +83,9 @@
string larger="9999999999999999999";
convAndShow(large);
convAndShow(larger);
}
}
+
+------- Additional Comments From dietmar@ximian.com 2003-05-27 06:00 -------
+should work now