From 6d1a1530945b77bc0f92485c81a1c13095f7c6cb Mon Sep 17 00:00:00 2001 From: Ben Kibbey Date: Sat, 6 May 2006 15:20:58 -0400 Subject: [PATCH] Resume from history fix. --- src/cboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cboard.c b/src/cboard.c index 70f8b3b..9ea65a7 100644 --- a/src/cboard.c +++ b/src/cboard.c @@ -2869,7 +2869,7 @@ static int globalkeys(chtype c) // FIXME Resuming from previous history could append to a RAV. if (game[gindex].hindex != pgn_history_total(game[gindex].hp)) { if (!pushkey) - construct_message(NULL, GAME_RESUME_HISTORY_TEXT, 0, + construct_message(NULL, "(r)esume or abort", 0, NULL, NULL, NULL, do_history_mode_confirm, 0, "%s", GAME_RESUME_HISTORY_TEXT); -- 2.11.4.GIT