mirror of
https://frontier.innolan.net/rainlance/amiga-tz.git
synced 2026-09-19 06:14:37 +00:00
c format warning fix
SCCS-file: strftime.c SCCS-SID: 8.3
This commit is contained in:
committed by
Paul Eggert
parent
0149ee15b0
commit
2ccec13562
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user