Comment 110 for bug 1085526

Revision history for this message
In , Markus KilÄs (markuskilas) wrote :

Created attachment 120758
Fix printf for unsigned int

In pdfsig.cc the NetBeans IDE gave warning:
Mismatching the argument type "unsigned int" and conversion specifier "d"

The attached patch changes from %d to %u in the printf.