mirror of
https://frontier.innolan.net/rainlance/amiga-tz.git
synced 2025-12-06 16:42:43 +00:00
delinted
SCCS-file: strftime.c SCCS-SID: 7.11
This commit is contained in:
committed by
Paul Eggert
parent
b5c4713735
commit
dde2405da5
@ -54,6 +54,8 @@ static char *_fmt P((const char *, const struct tm *, char *, const char *));
|
||||
|
||||
size_t strftime P((char *, size_t, const char *, const struct tm *));
|
||||
|
||||
extern char *tzname[2];
|
||||
|
||||
size_t
|
||||
strftime(s, maxsize, format, t)
|
||||
char *s;
|
||||
@ -307,8 +309,6 @@ label:
|
||||
else
|
||||
#endif /* defined TM_ZONE */
|
||||
if (t->tm_isdst == 0 || t->tm_isdst == 1) {
|
||||
extern char * tzname[2];
|
||||
|
||||
pt = _add(tzname[t->tm_isdst],
|
||||
pt, ptlim);
|
||||
} else pt = _add("?", pt, ptlim);
|
||||
|
||||
Reference in New Issue
Block a user