[Mono-bugs] [Bug 58537][Wis] Changed - Mono does not handle GetTypeFormHandle on BB Border
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 18 May 2004 15:06:47 -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 vargaz@freemail.hu.
http://bugzilla.ximian.com/show_bug.cgi?id=58537
--- shadow/58537 2004-05-18 13:44:47.000000000 -0400
+++ shadow/58537.tmp.28027 2004-05-18 15:06:46.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 58537
Product: Mono: Runtime
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Wishlist
Component: misc
AssignedTo: vargaz@freemail.hu
ReportedBy: bmaurer@users.sf.net
QAContact: mono-bugs@ximian.com
@@ -47,6 +47,9 @@
read32 (ip + 6), NULL, generic_context)) &&
(cmethod->klass == mono_defaults.monotype_class->parent) &&
(strcmp (cmethod->name, "GetTypeFromHandle") == 0)) {
But that is incorrect here.
+
+------- Additional Comments From vargaz@freemail.hu 2004-05-18 15:06 -------
+Fixed in CVS.