diff --git a/src/template.c b/src/template.c index 8237fa6..bdb09a6 100644 --- a/src/template.c +++ b/src/template.c @@ -393,7 +393,7 @@ main(void) #endif , _ANSI_CLEAR_STRING, - LOOP_END_MINUS_1 - time, + (uintmax_t) (LOOP_END_MINUS_1 - time), ((long double) time * 100) / (long double) LOOP_END_MINUS_1 #if SEQUENTIAL_MODE , (uintmax_t) seq + 1, (uintmax_t) MAX