From 0bce2aecb9fddcacbd7353bcdc0c69703ed49e52 Mon Sep 17 00:00:00 2001 From: Drahflow Date: Sun, 22 Dec 2013 17:05:46 +0100 Subject: read now universally returns (undecoded) string --- compiler/standardClient.ey | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/standardClient.ey') diff --git a/compiler/standardClient.ey b/compiler/standardClient.ey index 2d62826..b92d5a4 100644 --- a/compiler/standardClient.ey +++ b/compiler/standardClient.ey @@ -428,7 +428,7 @@ } /writeall deff { =*f "" ==buffer { - buffer 4096 read cat =buffer # FIXME interpreter API should also have .read defined as returning string + buffer 4096 read cat =buffer buffer "" streq not } { buffer "\n" str .split ==lines -- cgit v1.2.3