[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
Mon, 20 Oct 2003 16:55:31 -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 reali@acm.org.

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

--- shadow/48697	2003-10-20 16:52:50.000000000 -0400
+++ shadow/48697.tmp.32614	2003-10-20 16:55:31.000000000 -0400
@@ -31,6 +31,13 @@
 the patch in diff -u format please?
 
 ------- Additional Comments From reali@acm.org  2003-10-20 16:52 -------
 Created an attachment (id=5679)
 diff -u TextReader.cs
 
+
+------- Additional Comments From reali@acm.org  2003-10-20 16:55 -------
+I've resent the patch using -u. Sorry for forgetting that.
+
+The test case may be a little bit more painful to get: I'm testing 
+IIOP.NET for compatibility with mono, and it is about 300K of code. 
+I'll see if I can strip it down a bit.