about summary refs log tree commit diff stats
path: root/sandbox/005-sandbox.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-11-27 11:29:26 -0800
committerKartik K. Agaram <vc@akkartik.com>2015-11-27 11:29:26 -0800
commitc0f43700384b149d9fa1e089600c01a81c7a851e (patch)
tree20593193a23d78765508cb544e9be19e42045dab /sandbox/005-sandbox.mu
parentbb7142dbc422dbb61de8320e6695289835fd29d5 (diff)
downloadmu-c0f43700384b149d9fa1e089600c01a81c7a851e.tar.gz
2476
Diffstat (limited to 'sandbox/005-sandbox.mu')
-rw-r--r--sandbox/005-sandbox.mu2
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
   }