[Mono-bugs] [Bug 63063][Maj] Changed - Incomplete AutoFlush implementation

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 18 Aug 2004 11:14:30 -0400 (EDT)


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=63063

--- shadow/63063	2004-08-13 17:08:46.000000000 -0400
+++ shadow/63063.tmp.21719	2004-08-18 11:14:30.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 63063
 Product: Mono: Class Libraries
 Version: unspecified
 OS: All
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Major
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: debackerl@yahoo.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -45,6 +45,9 @@
 				if (DisposedAlready)
 					throw new ObjectDisposedException("StreamWriter");
 				iflush = value;
 				if(iflush) Flush();
 			}
 		}
+
+------- Additional Comments From dick@ximian.com  2004-08-18 11:14 -------
+Patch applied to CVS 1.0 and HEAD. Thanks.