Эх сурвалжийг харах

fix formatting of uint in callback debug stubs

amends bb632d1c.
Oswald Buddenhagen 6 жил өмнө
parent
commit
b72800944c
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      src/drv_proxy_gen.pl

+ 1 - 0
src/drv_proxy_gen.pl

@@ -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 $_;