[Mono-bugs] [Bug 76489][Wis] Changed - Binaryreader.GetChars(0)
always fails
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Oct 25 01:43:42 EDT 2005
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 at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=76489
--- shadow/76489 2005-10-20 06:26:29.000000000 -0400
+++ shadow/76489.tmp.7520 2005-10-25 01:43:42.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 76489
Product: Mono: Class Libraries
Version: unspecified
OS: All
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Wishlist
Component: CORLIB
AssignedTo: mono-bugs at ximian.com
ReportedBy: ck at carlo-kok.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -57,6 +57,9 @@
int chars = Read(full, 0, count);
if (chars == 0) {
throw new EndOfStreamException();
chars will always be 0 because nothing is supposed to be read.
+
+------- Additional Comments From miguel at ximian.com 2005-10-25 01:43 -------
+fixed on svn.
More information about the mono-bugs
mailing list