[Mono-bugs] [Bug 52512][Nor] Changed - System.IO.TextWriter doesn't match MS implementation

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 23 Dec 2003 15:54:30 -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 pcgod@gmx.net.

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

--- shadow/52512	2003-12-23 15:54:02.000000000 -0500
+++ shadow/52512.tmp.6062	2003-12-23 15:54:30.000000000 -0500
@@ -18,6 +18,11 @@
 
 Description of Problem:
 MS.Net documentation states that Write(char) by default does nothing, in 
 the current implementation Write(string) does nothing by default. This 
 causes problems if a derived class overrides only Write(char) because it 
 doesn't need more than that on ms runtime.
+
+------- Additional Comments From pcgod@gmx.net  2003-12-23 15:54 -------
+Created an attachment (id=6307)
+proposed patch
+