trusty: tipc_test: fix for building with -Wformat-security flag
Change-Id: I7aca7c7c8001ed82ed3503d622280bcd738da210
This commit is contained in:
parent
33275cdd95
commit
bccd5deee0
|
@ -96,7 +96,7 @@ static void print_usage_and_exit(const char *prog, int code, bool verbose)
|
|||
{
|
||||
fprintf (stderr, usage, prog);
|
||||
if (verbose)
|
||||
fprintf (stderr, usage_long);
|
||||
fprintf (stderr, "%s", usage_long);
|
||||
exit(code);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue