[Mono-bugs] [Bug 35975][Nor] Changed - System.IO.FileStream doesn't obey FileMode specifier

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Tue, 18 Feb 2003 09:59:17 -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 dick@ximian.com.

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

--- shadow/35975	Thu Dec 19 17:52:33 2002
+++ shadow/35975.tmp.15399	Tue Feb 18 09:59:17 2003
@@ -1,14 +1,14 @@
 Bug#: 35975
 Product: Mono/Class Libraries
 Version: unspecified
 OS: other
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Normal
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: jonpryor@vt.edu               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -60,6 +60,9 @@
         Hello, world! 4
 i.e. actually append text to the file. ;-)
 
 The problem seems to be generated because the FileMode value is only used
 in the function call MonoIO.Open (line 89), but it isn't used to set the
 current position in the file (buf_offset) in InitBuffer() (line 448).
+
+------- Additional Comments From dick@ximian.com  2003-02-18 09:59 -------
+Fixed in CVS