[Mono-bugs] [Bug 34162][Blo] Changed - cast in a switch case not handled

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
17 Nov 2002 16:45:48 -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@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=34162

--- shadow/34162	Sun Nov 17 09:06:02 2002
+++ shadow/34162.tmp.9522	Sun Nov 17 11:45:48 2002
@@ -1,13 +1,13 @@
 Bug#: 34162
 Product: Mono/MCS
 Version: unspecified
 OS: other
 OS Details: 
-Status: ASSIGNED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Blocker
 Component: Misc
 AssignedTo: martin@ximian.com                            
 ReportedBy: lupus@ximian.com               
 QAContact: mono-bugs@ximian.com
@@ -29,6 +29,10 @@
 		default:
 			break;
 		}
 	}
 }
 The sample compiles fine with csc, but not with mcs.
+
+------- Additional Comments From martin@ximian.com  2002-11-17 11:45 -------
+Fixed in CVS.
+