fix formatting of uint in callback debug stubs
amends bb632d1c.
This commit is contained in:
parent
acfa3a2bbc
commit
b72800944c
@ -109,6 +109,7 @@ sub type_to_format($)
|
||||
{
|
||||
$_ = shift;
|
||||
s/xint /\%\#x/g;
|
||||
s/uint /\%u/g;
|
||||
s/int /\%d/g;
|
||||
s/const char \*/\%s/g;
|
||||
return $_;
|
||||
|
Loading…
x
Reference in New Issue
Block a user