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:
Assar Westerlund
1997-08-17 08:51:55 +00:00
parent 59c1302ead
commit fbbda8de22

View File

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