[Mono-bugs] [Bug 72234][Blo] Changed - XSP (Math.Min) Namespace Issue

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 5 Feb 2005 00:53:13 -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 gonzalo@ximian.com.

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

--- shadow/72234	2005-02-04 22:45:08.000000000 -0500
+++ shadow/72234.tmp.5268	2005-02-05 00:53:13.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 72234
 Product: Mono: Tools
 Version: 1.0
-OS: 
+OS: unknown
 OS Details: Mandrake 10.1
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: NOTABUG
 Severity: 000 No more required
 Priority: Blocker
 Component: XSP
 AssignedTo: gonzalo@ximian.com                            
 ReportedBy: tgraupmann@yahoo.com               
 QAContact: mono-bugs@ximian.com
@@ -26,6 +26,9 @@
 
 needs to change to:
 count = (int) System.Math.Min (length, fileContent.Length);
 
 in order to compile because both System.Math.Min and Mono.Math.Min
 namespaces are conflicting. Either can be explicitly used.
+
+------- Additional Comments From gonzalo@ximian.com  2005-02-05 00:53 -------
+This was fixed long time ago.