about summary refs log tree commit diff stats
path: root/chessboard-cursor.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-01-13 21:14:52 -0800
committerKartik K. Agaram <vc@akkartik.com>2015-01-13 21:18:39 -0800
commit10c5eed0c3b47547cdaa2c28fb36743ef4667349 (patch)
tree28ead154287bc6093e20c54317fdbdb3fe99627d /chessboard-cursor.mu
parent32aa234de62cea36b8ab24de66b7088b7f3d23d1 (diff)
downloadmu-10c5eed0c3b47547cdaa2c28fb36743ef4667349.tar.gz
554 - tedious to have to check for routine errors on every fork
Diffstat (limited to 'chessboard-cursor.mu')
-rw-r--r--chessboard-cursor.mu1
1 files changed, 1 insertions, 0 deletions
diff --git a/chessboard-cursor.mu b/chessboard-cursor.mu
index 22c543df..af7dd273 100644
--- a/chessboard-cursor.mu
+++ b/chessboard-cursor.mu
@@ -178,6 +178,7 @@
   (assert above-min:boolean (("rank too low" literal)))
   (below-max:boolean <- lesser-or-equal rank:integer 7:literal)
   (assert below-max:boolean (("rank too high" literal)))
+  (reply rank:integer)
 ])
 
 (function expect-stdin [