summaryrefslogtreecommitdiffstats
path: root/mbbsd/go.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/go.c')
-rw-r--r--mbbsd/go.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/go.c b/mbbsd/go.c
index e3bc0418..f6d87de7 100644
--- a/mbbsd/go.c
+++ b/mbbsd/go.c
@@ -843,7 +843,7 @@ gochess(int fd)
output(buf, n);
//move(6, 46);
n = sprintf(buf, ANSI_MOVETO(7,47) "%s ¤è®É¶¡¡G%02d:%02d ",
- bw_chess[gd.he - 1], htime / 60, htime % 60);
+ bw_chess[gd.he - 1], (int)htime / 60, (int)htime % 60);
if (hhand <= 25)
n += sprintf(buf + n, "%2d ¤â", 25 - hhand);
output(buf, n);