From 327c07a15b4db5d81402e6b3851f6880f8dfda7a Mon Sep 17 00:00:00 2001 From: TudbuT Date: Tue, 17 May 2022 20:47:21 +0200 Subject: [PATCH] fix stream.readline --- stream.isbpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stream.isbpl b/stream.isbpl index 1486216..a9cb502 100644 --- a/stream.isbpl +++ b/stream.isbpl @@ -31,7 +31,7 @@ func stream.readline { -1 2 stop } - while { ( i 1 + =i ) ( byte 10 eq not byte -1 eq not ) } { + while { ( i 1 + =i ) ( byte 10 eq not byte -1 eq not and ) } { id STREAM.read stream dup =byte _char } pop ] =array