Add a missing format string argument.
PR: 197391 MFC after: 3 days
This commit is contained in:
parent
943571a7c3
commit
ad6fc754f3
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user