Correct size_t format specifier
Differential Revision: https://reviews.llvm.org/D69455
This commit is contained in:
committed by
Benjamin Kramer
parent
a6a37e820c
commit
5e30780855
@@ -1257,7 +1257,7 @@ Status ScriptInterpreterPythonImpl::SetBreakpointCommandCallbackFunction(
|
||||
oneliner += "(frame, bp_loc, internal_dict)";
|
||||
} else {
|
||||
error.SetErrorStringWithFormat("expected 3 or 4 argument "
|
||||
"function, %s has %d",
|
||||
"function, %s has %zu",
|
||||
function_name, num_args);
|
||||
return error;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user