From 2ccec135626877ac077e8e8914848ee108aa0538 Mon Sep 17 00:00:00 2001 From: Arthur David Olson Date: Wed, 14 Jan 2009 12:33:56 -0500 Subject: [PATCH] c format warning fix SCCS-file: strftime.c SCCS-SID: 8.3 --- strftime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strftime.c b/strftime.c index 39ae2cb..37d402f 100644 --- a/strftime.c +++ b/strftime.c @@ -216,7 +216,7 @@ label: { int warn2 = IN_SOME; - pt = _fmt(Locale->c_fmt, t, pt, ptlim, warnp); + pt = _fmt(Locale->c_fmt, t, pt, ptlim, &warn2); if (warn2 == IN_ALL) warn2 = IN_THIS; if (warn2 > *warnp)