c format warning fix

SCCS-file: strftime.c
SCCS-SID: 8.3
This commit is contained in:
Arthur David Olson
2012-07-18 03:03:06 -04:00
committed by Paul Eggert
parent 0149ee15b0
commit 2ccec13562
+1 -1
View File
@@ -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)