[Mono-bugs] [Bug 43741][Wis] Changed - System.IO.StreamReader.Peek confuses end-of-line and end-of-file

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Tue, 27 May 2003 16:13:04 -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 bmaurer@users.sf.net.

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

--- shadow/43741	Tue May 27 13:42:07 2003
+++ shadow/43741.tmp.5805	Tue May 27 16:13:04 2003
@@ -1,14 +1,14 @@
 Bug#: 43741
 Product: Mono/Class Libraries
 Version: unspecified
 OS: All
 OS Details: RH linux 7.2, Windows XP sp1
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: INVALID
+Severity: Unknown
 Priority: Wishlist
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: tonyg@lshift.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -86,6 +86,9 @@
 	    private static int R() {
 		int r = System.Console.In.Read();
 		System.Console.WriteLine("Reading: "+r);
 		return r;
 	    }
 	}
+
+------- Additional Comments From bmaurer@users.sf.net  2003-05-27 16:13 -------
+Yeah, you are using it wrong.