From fbbda8de22932b7de9d935b8fb6293b753788702 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sun, 17 Aug 1997 08:51:55 +0000 Subject: [PATCH] always call PARSE_INT_FORMAT with three arguments git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3043 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/snprintf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/roken/snprintf.c b/lib/roken/snprintf.c index 5d043b684..bb15d4cfb 100644 --- a/lib/roken/snprintf.c +++ b/lib/roken/snprintf.c @@ -368,7 +368,7 @@ xyzprintf (struct state *state, const char *format, va_list ap) unsigned long num; int minusp = 0; - PARSE_INT_FORMAT(arg, ap, ); + PARSE_INT_FORMAT(arg, ap, signed); if (arg < 0) { minusp = 1;