about summary refs log tree commit diff stats
path: root/edit.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-08-03 10:09:59 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-08-03 10:39:18 -0700
commit5d2937612a8c034cc2c94bdd69be65e5d87fa73c (patch)
tree9339d5d8c657d8ecdebb6cc3999803871b65e47d /edit.mu
parent4fe9f5e8257770a6b1de1aa94748609acd37f0f6 (diff)
downloadmu-5d2937612a8c034cc2c94bdd69be65e5d87fa73c.tar.gz
1926
http://250bpm.com/blog:57

Funnily, the new idea I finally came up with in 'read' was already
mirrored above in recipe 'write'.
Diffstat (limited to 'edit.mu')
-rw-r--r--edit.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/edit.mu b/edit.mu
index 40819a62..a3235e79 100644
--- a/edit.mu
+++ b/edit.mu
@@ -2994,7 +2994,7 @@ recipe restore-sandboxes [
       expected-response:address:address:array:character <- get-address **curr, expected-response:offset
       *expected-response <- copy contents
     }
-    # increment loop variables
+    +continue
     idx <- add idx, 1
     curr <- get-address **curr, next-sandbox:offset
     loop