summaryrefslogtreecommitdiffstats
path: root/tests/mtstressnast.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mtstressnast.c')
-rw-r--r--tests/mtstressnast.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mtstressnast.c b/tests/mtstressnast.c
index 913312e..513d426 100644
--- a/tests/mtstressnast.c
+++ b/tests/mtstressnast.c
@@ -43,7 +43,7 @@ io_looper(void *arg)
after.tv_usec += 1000000;
}
fprintf(stderr, "Request time: %2ld.%06ld seconds.\n",
- after.tv_sec, after.tv_usec);
+ after.tv_sec, (unsigned long)after.tv_usec);
}
}
}