[Mono-bugs] [Bug 70474][Nor] Changed - 50.ToString (" ###"); gives " 050"
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 3 Jan 2005 12:07:46 -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 atsushi@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=70474
--- shadow/70474 2005-01-03 10:52:30.000000000 -0500
+++ shadow/70474.tmp.13392 2005-01-03 12:07:46.000000000 -0500
@@ -71,6 +71,11 @@
It still gives "-10-".
------- Additional Comments From mei@work.email.ne.jp 2005-01-03 10:52 -------
Created an attachment (id=13630)
(-10).ToString("##.##") was corrected.
+
+------- Additional Comments From atsushi@ximian.com 2005-01-03 12:07 -------
+We should use the patch attached to the bug #70475. It also covers
+this bug (and mostly identical, because the other patch is originally
+from akiramei ;-).