diff options
| author | Drahflow <drahflow@gmx.de> | 2013-12-22 17:05:46 +0100 |
|---|---|---|
| committer | Drahflow <drahflow@gmx.de> | 2013-12-22 17:05:46 +0100 |
| commit | 0bce2aecb9fddcacbd7353bcdc0c69703ed49e52 (patch) | |
| tree | f3e0e48ef874ebd0ef5d5fed90e41ca8f806214e /compiler/standardClient.ey | |
| parent | 95129aebebc6f2552a600e443db4a207412f5f5b (diff) | |
read now universally returns (undecoded) string
Diffstat (limited to 'compiler/standardClient.ey')
| -rw-r--r-- | compiler/standardClient.ey | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
