Explorar o código

fix formatting of uint in callback debug stubs

amends bb632d1c.
Oswald Buddenhagen %!s(int64=6) %!d(string=hai) anos
pai
achega
b72800944c
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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 $_;