always call PARSE_INT_FORMAT with three arguments
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3043 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -368,7 +368,7 @@ xyzprintf (struct state *state, const char *format, va_list ap)
|
|||||||
unsigned long num;
|
unsigned long num;
|
||||||
int minusp = 0;
|
int minusp = 0;
|
||||||
|
|
||||||
PARSE_INT_FORMAT(arg, ap, );
|
PARSE_INT_FORMAT(arg, ap, signed);
|
||||||
|
|
||||||
if (arg < 0) {
|
if (arg < 0) {
|
||||||
minusp = 1;
|
minusp = 1;
|
||||||
|
Reference in New Issue
Block a user