diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-11-27 11:29:26 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-11-27 11:29:26 -0800 |
commit | c0f43700384b149d9fa1e089600c01a81c7a851e (patch) | |
tree | 20593193a23d78765508cb544e9be19e42045dab /sandbox | |
parent | bb7142dbc422dbb61de8320e6695289835fd29d5 (diff) | |
download | mu-c0f43700384b149d9fa1e089600c01a81c7a851e.tar.gz |
2476
Diffstat (limited to 'sandbox')
-rw-r--r-- | sandbox/005-sandbox.mu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/005-sandbox.mu b/sandbox/005-sandbox.mu index 2fded997..ddffd14a 100644 --- a/sandbox/005-sandbox.mu +++ b/sandbox/005-sandbox.mu @@ -411,7 +411,7 @@ recipe editor-contents editor:address:editor-data -> result:address:array:charac { break-unless curr c:character <- get *curr, value:offset - buffer-append buf, c + buf <- append buf, c curr <- next curr loop } |