parent
acfa3a2bbc
commit
b72800944c
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue