[Mono-bugs] [Bug 81941][Nor] Changed - Array.Sort(double, uint[]) throws an exception

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sun Jun 24 09:51:12 EDT 2007


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 vargaz at gmail.com.

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

--- shadow/81941	2007-06-24 00:14:58.000000000 -0400
+++ shadow/81941.tmp.31842	2007-06-24 09:51:12.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 81941
 Product: Mono: Class Libraries
 Version: 1.1
 OS: GNU/Linux [Other]
 OS Details: Fedora Core 6
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: System
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: aronjunk at hotmail.com               
 QAContact: mono-bugs at ximian.com
@@ -65,6 +65,10 @@
             uint[] b = new uint[2] { 4, 7 };
             Array.Sort(a, b);
             // changing uint[] to int[] above makes the code work as expected
         }
     }
 }
+
+------- Additional Comments From vargaz at gmail.com  2007-06-24 09:51 -------
+Fixed in SVN.
+


More information about the mono-bugs mailing list