Fix: wrong type specifier used with long argument
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 18 May 2018 17:58:31 +0000 (13:58 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 18 May 2018 17:58:42 +0000 (13:58 -0400)
commit5b70610d26257d9cef5ed97b9168d9e5410e7d72
treef05a2b96cc7cf84ddf80cb00ea805356307af8bc
parentc05211755a035b75534c86b94373e3598fab642e
Fix: wrong type specifier used with long argument

clang reports "format specifies type 'long long' but the argument has
type 'long' [-Wformat]" which is correct. retry_duration has
changed types from long long to long in the previous commit.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
cli/babeltrace-cfg-cli-args.c
This page took 0.02562 seconds and 4 git commands to generate.