[Mono-bugs] [Bug 47319][Nor] Changed - Crash on compound assignment
bugzilla-daemon@indri.ximian.com
bugzilla-daemon@indri.ximian.com
Mon, 11 Aug 2003 16:29:57 -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 martin@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=47319
--- shadow/47319 2003-08-03 21:28:04.000000000 -0400
+++ shadow/47319.tmp.32063 2003-08-11 16:29:57.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 47319
Product: Mono/MCS
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: martin@ximian.com
ReportedBy: miguel@ximian.com
QAContact: mono-bugs@ximian.com
@@ -25,6 +25,9 @@
static void Main ()
{
Hashtable h = new Hashtable ();
int a = (int)h [0] = 1;
}
}
+
+------- Additional Comments From martin@ximian.com 2003-08-11 16:29 -------
+Already FIXED this last week while bugzilla was broken.