about summary refs log tree commit diff stats
path: root/061channel.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-05-14 12:31:45 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-05-14 12:31:45 -0700
commit007cb40c4ba7c0ddc794e9afe3eeeeb010fb6a11 (patch)
tree031c883810f489db0fa4a68b49089261372e142c /061channel.mu
parent1b1dcddf54aba23c1b462c936004150c17ac3a1a (diff)
downloadmu-007cb40c4ba7c0ddc794e9afe3eeeeb010fb6a11.tar.gz
1370
Diffstat (limited to '061channel.mu')
-rw-r--r--061channel.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/061channel.mu b/061channel.mu
index f337379c..7082d663 100644
--- a/061channel.mu
+++ b/061channel.mu
@@ -300,8 +300,8 @@ recipe buffer-lines [
 #?         return-to-console #? 2
 #?         $print [backspace! #? 1
 #? ] #? 1
-        buffer-length:address:number <- get-address line:address:buffer/deref, length:offset
         {
+          buffer-length:address:number <- get-address line:address:buffer/deref, length:offset
           buffer-empty?:boolean <- equal buffer-length:address:number/deref, 0:literal
           break-if buffer-empty?:boolean
 #?           $print [before: ], buffer-length:address:number/deref, [