From 1fb16be3c63f46df4b15b3630e9312858ca05627 Mon Sep 17 00:00:00 2001 From: girst Date: Sat, 3 Mar 2018 17:14:02 +0100 Subject: [PATCH] add bug notice --- mines_2017.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mines_2017.c b/mines_2017.c index da3fdf4..58e2c0b 100644 --- a/mines_2017.c +++ b/mines_2017.c @@ -652,7 +652,7 @@ void show_minefield (int mode) { printf ("%s", mode==SHOWMINES?everything_opened()? EMOT(WON) : EMOT(DEAD) : EMOT(SMILE)); printm (f.w*op.scheme->cell_width/2-6-4, " "); - printf ("[%c] [%03d]", modechar[f.s], dtime); + printf ("[%c] [%03d]", modechar[f.s], dtime); //TODO: modechar is too large for 8x8 field print (op.scheme->border_status_r); print ("\r\n"); /* third line */ -- 2.39.3