[Mono-bugs] [Bug 22639] Changed - Switch statement over a short or a ushort

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
28 Mar 2002 01:10:10 -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=22639

--- shadow/22639	Wed Mar 27 15:20:33 2002
+++ shadow/22639.tmp.24990	Wed Mar 27 20:10:10 2002
@@ -1,14 +1,14 @@
 Bug#: 22639
 Product: Mono/MCS
 Version: unspecified
 OS: All
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Normal
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: dihlewis@yahoo.co.uk               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -26,6 +26,9 @@
 		default: break;
 		}
 	}
 }
 
 Arguments of type Int16 and UInt16 are not handled by the switch generator.
+
+------- Additional Comments From miguel@ximian.com  2002-03-27 20:10 -------
+Bug fix will reach CVS shortly.  Thanks for the report!