Properly use a format string.

This commit is contained in:
joerg 2011-06-16 14:57:22 +00:00
parent c2db1af7a2
commit 5a5f3047c5

View File

@ -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