[Mono-bugs] [Bug 48788][Wis] Changed - System.Math.Abs()
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 24 Sep 2003 09:47:30 -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 duncan@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=48788
--- shadow/48788 2003-09-23 15:01:13.000000000 -0400
+++ shadow/48788.tmp.30109 2003-09-24 09:47:30.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 48788
Product: Mono/Class Libraries
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Wishlist
Component: System
AssignedTo: mono-bugs@ximian.com
ReportedBy: davejp@volny.cz
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -24,6 +24,9 @@
return (value < 0)? -value: value;
}
I think Locale.GetText() should not be applied twice.
Could anyone with acces fix it.
thanks David
+
+------- Additional Comments From duncan@ximian.com 2003-09-24 09:47 -------
+Thanks for the report, this bug has been fixed.