From c71819100f933bffb4a6bacdb5416db45b47a1c0 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Thu, 7 Jun 2012 04:06:17 +0000 Subject: fix thinko --- src/interp/io.boot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interp/io.boot b/src/interp/io.boot index 006781ac..bb93e42b 100644 --- a/src/interp/io.boot +++ b/src/interp/io.boot @@ -160,7 +160,7 @@ structure %Reader == Record(ins: %InputStream,est: %OutputStream, lines: %List %String,sline: %Line) with readerInput == (.ins) - readerError == (.ost) -- error output stream + readerError == (.est) -- error output stream readerPendingLines == (.lines) readerSourceLine == (.sline) -- current input line -- cgit v1.2.3