[Mono-bugs] [Bug 54062][Maj] Changed - WriteByte is wrong

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 9 Feb 2004 10:55:11 -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 gonzalo@ximian.com.

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

--- shadow/54062	2004-02-09 10:54:47.000000000 -0500
+++ shadow/54062.tmp.29230	2004-02-09 10:55:11.000000000 -0500
@@ -1,12 +1,12 @@
 Bug#: 54062
 Product: Mono/Runtime
 Version: unspecified
 OS: unknown
 OS Details: Linux 2.4, gcc 3.3.2
-Status: NEW   
+Status: NEEDINFO   
 Resolution: 
 Severity: Unknown
 Priority: Major
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: Manuel.Serrano@inria.fr               
@@ -46,6 +46,9 @@
 
     static byte[] mono_WriteByte_workaround = new byte[1];
 
     mono_WriteByte_workaround[ 0 ] = (byte)cn;
     stream.Write( mono_WriteByte_workaround, 0, 1 );
     stream.Flush();
+
+------- Additional Comments From gonzalo@ximian.com  2004-02-09 10:55 -------
+Can you attach a simple test case and tell what do you get?