[Mono-bugs] [Bug 48697][Blo] Changed - TextReader.ReadBlock: return number of characters read when reading less than expected
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 28 Oct 2003 12:39:18 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=48697
--- shadow/48697 2003-10-20 17:32:29.000000000 -0400
+++ shadow/48697.tmp.13498 2003-10-28 12:39:18.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 48697
Product: Mono/Class Libraries
Version: unspecified
OS: SuSE 8.1
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Blocker
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: reali@acm.org
QAContact: mono-bugs@ximian.com
@@ -55,6 +55,9 @@
invoking Read multiple times until all requested chars are read. The
actual version does so but return only the amount of chars read
during the last iteration instead of the total of chars read by all
iterations.
The patch fixes this problem.
+
+------- Additional Comments From miguel@ximian.com 2003-10-28 12:39 -------
+Thanmks for the test case, I have now applied both to CVS.