[Mono-bugs] [Bug 25068] Changed - Error in Convert.ToString(value, base)
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
21 May 2002 22:54:17 -0000
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 duncan@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=25068
--- shadow/25068 Tue May 21 14:48:39 2002
+++ shadow/25068.tmp.26198 Tue May 21 18:54:17 2002
@@ -70,6 +70,14 @@
Additional Information:
------- Additional Comments From duncan@ximian.com 2002-05-21 14:48 -------
Thanks for the test case. I'll be fixing this immediately. I wrote all
this code, so this is pretty embarrassing.
+
+------- Additional Comments From duncan@ximian.com 2002-05-21 18:54 -------
+Fixed in CVS.
+
+Looks like I mixed tup he codepaths for converting to a base and those
+from converting from a base.
+
+The patch is attached.