From bd5ae9d80231b386cdb04653ad10739c58fb9418 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 26 May 2015 20:03:59 -0700 Subject: 1480 --- chessboard.mu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chessboard.mu') diff --git a/chessboard.mu b/chessboard.mu index a9f89da3..facf38bb 100644 --- a/chessboard.mu +++ b/chessboard.mu @@ -283,7 +283,7 @@ recipe read-move [ reply-if error?:boolean, 0:literal/dummy, quit?:boolean, error?:boolean #? return-to-console #? 1 # construct the move object - result:address:move <- new move:literal + result:address:move <- new move:type x:address:number <- get-address result:address:move/deref, from-file:offset x:address:number/deref <- copy from-file:number x:address:number <- get-address result:address:move/deref, from-rank:offset -- cgit 1.4.1-2-gfad0 5ad5682c698'>this commit Profanity fork with TTY improvementsdanisanti <danisanti@tilde.institute>
about summary refs log tree commit diff stats
path: root/tests/functionaltests/start_profanity.sh
blob: 58ceadd79756e00ce44f7cf243f5fad084d924e9 (plain) (blame)
1
2