summaryrefslogtreecommitdiff
path: root/src/factor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/factor.c')
-rw-r--r--src/factor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/factor.c b/src/factor.c
index 4c2af9811..be5a36cd5 100644
--- a/src/factor.c
+++ b/src/factor.c
@@ -2313,7 +2313,7 @@ print_uintmaxes (uintmax_t t1, uintmax_t t0)
uintmax_t q, r;
if (t1 == 0)
- printf ("%ju", t0);
+ printf ("%"PRIuMAX, t0);
else
{
/* Use very plain code here since it seems hard to write fast code