diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2017-04-18 15:44:31 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2017-04-18 15:44:31 -0700 |
commit | 978803c5ef53260b775bc0be36e8646ba9c5d9a1 (patch) | |
tree | 50a8a7766735c8d18c5b128cf8ee28691383cc0d /sandbox | |
parent | 6c52e24e2996a77aa6297b26159003d503aef8a0 (diff) | |
download | mu-978803c5ef53260b775bc0be36e8646ba9c5d9a1.tar.gz |
3831
Fix CI.
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 91826802..a7df7a54 100644 --- a/sandbox/005-sandbox.mu +++ b/sandbox/005-sandbox.mu @@ -674,7 +674,7 @@ scenario run-instruction-manages-screen-per-sandbox [ def editor-contents editor:&:editor -> result:text [ local-scope load-ingredients - buf:&:buffer <- new-buffer 80 + buf:&:buffer:char <- new-buffer 80 curr:&:duplex-list:char <- get *editor, data:offset # skip § sentinel assert curr, [editor without data is illegal; must have at least a sentinel] |