summaryrefslogtreecommitdiffstats
path: root/mbbsd/cal.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/cal.c')
-rw-r--r--mbbsd/cal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/cal.c b/mbbsd/cal.c
index 34e9de57..7e24c2df 100644
--- a/mbbsd/cal.c
+++ b/mbbsd/cal.c
@@ -426,7 +426,7 @@ p_sysinfo(void)
ru.ru_utime.tv_sec, ru.ru_utime.tv_usec,
ru.ru_stime.tv_sec, ru.ru_stime.tv_usec);
#ifdef CPULIMIT
- prints(" (limit %d secs)", CPULIMIT * 60);
+ prints(" (limit %d secs)", (int)(CPULIMIT * 60));
#endif
outs("\n¯S§O°Ñ¼Æ:"
#ifdef CRITICAL_MEMORY