[Mono-bugs] [Bug 30174][Nor] Changed - mcs dies with a nullref with a typo in a type
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
11 Sep 2002 19:13:53 -0000
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@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=30174
--- shadow/30174 Wed Sep 11 07:31:48 2002
+++ shadow/30174.tmp.15084 Wed Sep 11 15:13:53 2002
@@ -1,14 +1,14 @@
Bug#: 30174
Product: Mono/MCS
Version: unspecified
OS: other
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: lupus@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -21,6 +21,10 @@
static void stuff (strng a, params object[] args) {
}
static void Main () {
stuff ("hello", 1);
}
}
+
+------- Additional Comments From miguel@ximian.com 2002-09-11 15:13 -------
+Sorry, this was really simple, but should not had been this messy in
+the first place.