trusty: tipc_test: fix for building with -Wformat-security flag

Change-Id: I7aca7c7c8001ed82ed3503d622280bcd738da210
This commit is contained in:
Michael Ryleev 2016-02-19 11:36:21 -08:00
parent 33275cdd95
commit bccd5deee0
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}