[Mono-bugs] [Bug 60620][Nor] Changed - temp_srcport = *(short *)&fixed_buf[e.HeaderLength];

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 10 Dec 2004 22:20:07 -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=60620

--- shadow/60620	2004-07-26 12:00:50.000000000 -0400
+++ shadow/60620.tmp.12894	2004-12-10 22:20:07.000000000 -0500
@@ -11,13 +11,13 @@
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: ray@lcdstudio.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: MCS can't compile code CSC can.
+Summary: temp_srcport = *(short *)&fixed_buf[e.HeaderLength];
 
 Description of Problem: mcs has trouble compiling the following code 
 snippet:
 
 temp_srcport = *(short *)&fixed_buf[e.HeaderLength];
 temp_dstport = *(short *)&fixed_buf[e.HeaderLength+2];