[Mono-bugs] [Bug 50231][Nor] Changed - [PATCH] mcs does not report CS0213

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 24 Mar 2004 18:36:31 -0500 (EST)


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 bmaurer@users.sf.net.

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

--- shadow/50231	2004-03-24 18:36:06.000000000 -0500
+++ shadow/50231.tmp.1443	2004-03-24 18:36:31.000000000 -0500
@@ -5,19 +5,19 @@
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: C#
-AssignedTo: mono-bugs@ximian.com                            
+AssignedTo: bmaurer@users.sf.net                            
 ReportedBy: dick@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: mcs does not report CS0213
+Summary: [PATCH] mcs does not report CS0213
 
 This code from class/System.Drawing/System.Drawing.Imaging/JPEGCodec.cs
 causes an error when compiled with csc, but not mcs.
 
 unsafe {
         fixed (void **p = &outbuf.JSAMPLE0){