OSDN Git Service

Fix strftime to use localized month names.
authorEric Fischer <enf@google.com>
Mon, 3 Aug 2009 22:43:18 +0000 (15:43 -0700)
committerEric Fischer <enf@google.com>
Mon, 3 Aug 2009 22:43:18 +0000 (15:43 -0700)
commitd5f72afd4984744a7198c8ec80341a6d2602d02f
tree2673f88232054cb5bbb97ef2acaad39e07f96948
parent8b09aa39c3ab7bf17384082728001550c072e8c7
Fix strftime to use localized month names.

It was using the default locale (capital L) instead of the
current locale (lowercase l).

Bug 2030864
libc/tzcode/strftime.c