From a63c0563b8857186ec3d7efe9ce5fa1add332647 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 12 Apr 2002 11:09:04 +0000 Subject: *** no comment *** --- chess-ics.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'chess-ics.el') diff --git a/chess-ics.el b/chess-ics.el index 300ecaf..d0a3042 100644 --- a/chess-ics.el +++ b/chess-ics.el @@ -138,8 +138,7 @@ who is black." (chess-algebraic-to-ply (chess-ply-pos (car (last (chess-game-plies game)))) (cadr info) t)) - (assert (equal (chess-engine-position nil) - (car info)))) + (assert (equal (car info) (chess-engine-position nil)))) (let ((chess-game-inhibit-events t) plies) (chess-game-set-data game 'my-color (string= (nth 2 info) chess-ics-handle)) -- cgit v1.2.3