2004-07-29 Jeff Johnston <jjohnstn@redhat.com>
* libc/time/strptime.c: Correct full-name of "March" typo.
This commit is contained in:
parent
44a9f41461
commit
ad6b1d792b
|
@ -1,3 +1,7 @@
|
|||
2004-07-29 Jeff Johnston <jjohnstn@redhat.com>
|
||||
|
||||
* libc/time/strptime.c: Correct full-name of "March" typo.
|
||||
|
||||
2004-07-16 Anil Paranjpe <anilp1@kpitcummins.com>
|
||||
|
||||
* configure.host (h8300*-*-*): Default long long printing support.
|
||||
|
|
|
@ -78,7 +78,7 @@ static const char *abb_month[] = {
|
|||
static const char *full_month[] = {
|
||||
"January",
|
||||
"February",
|
||||
"Mars",
|
||||
"March",
|
||||
"April",
|
||||
"May",
|
||||
"June",
|
||||
|
|
Loading…
Reference in New Issue