[Mono-bugs] [Bug 24511][Nor] Changed - mcs error in switch statement
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
22 Jul 2002 00:15:20 -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 martin@gnome.org.
http://bugzilla.ximian.com/show_bug.cgi?id=24511
--- shadow/24511 Fri May 10 09:29:17 2002
+++ shadow/24511.tmp.16537 Sun Jul 21 20:15:20 2002
@@ -1,14 +1,14 @@
Bug#: 24511
Product: Mono/MCS
Version: unspecified
OS: other
OS Details: SuSE 8.0
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: detlev@die-offenbachs.de
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -59,6 +59,10 @@
Console.WriteLine("You did not pick a valid choices.\n");
break;
}
Console.WriteLine("Thank you for voting.");
}
}
+
+------- Additional Comments From martin@gnome.org 2002-07-21 20:15 -------
+Just tested this and it's already fixed.
+