Add a missing format string argument.

PR:		197391
MFC after:	3 days
This commit is contained in:
Mark Johnston 2015-03-15 21:57:44 +00:00
parent 943571a7c3
commit ad6fc754f3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=280125

View File

@ -492,7 +492,7 @@ write_type(void *arg1, void *arg2)
if (i > CTF_MAX_VLEN) {
terminate("function %s has too many args: %d > %d\n",
i, CTF_MAX_VLEN);
tdesc_name(tp), i, CTF_MAX_VLEN);
}
ctt.ctt_info = CTF_TYPE_INFO(CTF_K_FUNCTION, isroot, i);