[Mono-bugs] [Bug 80435][Nor] Changed - NRE in MonoArrayMethod.ToString
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Mar 6 01:55:26 EST 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 miguel at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=80435
--- shadow/80435 2007-01-03 05:10:22.000000000 -0500
+++ shadow/80435.tmp.11668 2007-03-06 01:55:26.000000000 -0500
@@ -2,13 +2,13 @@
Product: Mono: Class Libraries
Version: 1.0
OS: other
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: CORLIB
AssignedTo: mono-bugs at ximian.com
ReportedBy: rolfkvinge at ya.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -74,6 +74,9 @@
ReturnType.Name+" "+Name+"("+parms+")";
+ else
+ return "void ("+parms+")";
}
}
}
+
+------- Additional Comments From miguel at ximian.com 2007-03-06 01:55 -------
+This looks good, can you apply the patch?
More information about the mono-bugs
mailing list