]> Git Repo - qemu.git/commit - qtest.c
qtest: Fix FMT_timeval vs time_t
authorRichard Henderson <[email protected]>
Tue, 20 Aug 2013 20:53:25 +0000 (13:53 -0700)
committerRichard Henderson <[email protected]>
Mon, 2 Sep 2013 16:08:29 +0000 (09:08 -0700)
commit35aa3fb38753bd1557af8370994ce6c5b599e65c
tree7d9f8b8351e7143a769258fb8357cef0739763bb
parent01547f7f9283e416578323e5d5df3327ed4df3ee
qtest: Fix FMT_timeval vs time_t

Since FMT_timeval unconditionally uses %ld for both tv_sec and tv_usec,
and already casts tv_usec to long, also cast tv_sec to long.

Cc: Andreas Färber <[email protected]>
Reviewed-by: Aurelien Jarno <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
qtest.c
This page took 0.024498 seconds and 4 git commands to generate.