[Mono-bugs] [Bug 33079][Wis] Changed - MemoryStream Position Incorrect After write

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
31 Oct 2002 00:44:46 -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=33079

--- shadow/33079	Wed Oct 30 18:45:55 2002
+++ shadow/33079.tmp.18440	Wed Oct 30 19:44:46 2002
@@ -1,13 +1,13 @@
 Bug#: 33079
 Product: Mono/Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Wishlist
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: danmorg@sc.rr.com               
 QAContact: mono-bugs@ximian.com
@@ -98,6 +98,12 @@
 		}
 	}
 }
 
 ------- Additional Comments From danmorg@sc.rr.com  2002-10-30 18:45 -------
 Expected value is 16
+
+------- Additional Comments From miguel@ximian.com  2002-10-30 19:44 -------
+Fixed on CVS.  We were using an encoder that attached the file
+identifier markers on the output as the default encoding for the
+BinaryWriter.
+