1999-07-20 Andreas Jaeger <aj@arthur.rhein-neckar.de>

* time/strptime.c [!_LIBC]: Fix __mon_day size.  Reported by
	bill@taniwha.org [PR libc/1211].
This commit is contained in:
Andreas Schwab 1999-07-20 13:53:07 +00:00
parent b3ed821981
commit 2aefabe1a2
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
1999-07-20 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* time/strptime.c [!_LIBC]: Fix __mon_day size. Reported by
bill@taniwha.org [PR libc/1211].
1999-07-19 Andreas Schwab <schwab@suse.de>
* libio/Makefile (routines): Add fwprintf.

View File

@ -200,7 +200,7 @@ static char const ab_month_name[][4] =
# define HERE_T_FMT_AMPM "%I:%M:%S %p"
# define HERE_T_FMT "%H:%M:%S"
const unsigned short int __mon_yday[1][13] =
const unsigned short int __mon_yday[2][13] =
{
/* Normal years. */
{ 0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334, 365 },