From 5a5f3047c5002e79f18b2fa1fe944637e985a2fd Mon Sep 17 00:00:00 2001 From: joerg Date: Thu, 16 Jun 2011 14:57:22 +0000 Subject: [PATCH] Properly use a format string. --- external/bsd/atf/dist/atf-c/detail/test_helpers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/bsd/atf/dist/atf-c/detail/test_helpers.c b/external/bsd/atf/dist/atf-c/detail/test_helpers.c index e6c4eea6eb30..4b5cee760db6 100644 --- a/external/bsd/atf/dist/atf-c/detail/test_helpers.c +++ b/external/bsd/atf/dist/atf-c/detail/test_helpers.c @@ -62,7 +62,7 @@ build_check_c_o_aux(const char *path, const char *failmsg) atf_dynstr_fini(&iflag); if (!success) - atf_tc_fail(failmsg); + atf_tc_fail("%s", failmsg); } void