mirror of
https://frontier.innolan.net/rainlance/amiga-tz.git
synced 2025-11-20 21:42:05 +00:00
12 -> MONS_PER_YEAR
SCCS-file: asctime.c SCCS-SID: 1.4
This commit is contained in:
committed by
Paul Eggert
parent
f4bc26807f
commit
50718cb109
@ -25,10 +25,10 @@ char *
|
||||
asctime(timeptr)
|
||||
register struct tm * timeptr;
|
||||
{
|
||||
static char wday_name[7][3] = {
|
||||
static char wday_name[DAYS_PER_WEEK][3] = {
|
||||
"Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"
|
||||
};
|
||||
static char mon_name[12][3] = {
|
||||
static char mon_name[MONS_YER_YEAR][3] = {
|
||||
"Jan", "Feb", "Mar", "Apr", "May", "Jun",
|
||||
"Jul", "Aug", "Sep", "Oct", "Nov", "Dec"
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user