X-Git-Url: http://nitlanguage.org diff --git a/lib/standard/stream.nit b/lib/standard/stream.nit index f327d59..9046044 100644 --- a/lib/standard/stream.nit +++ b/lib/standard/stream.nit @@ -228,7 +228,7 @@ end class FDIStream special FDStream special IStream - redef readable attr _eof: Bool + redef readable attr _eof: Bool = false redef meth read_char do