mirror of
https://github.com/fluencelabs/musl
synced 2025-05-04 03:22:15 +00:00
fix nl_langinfo table for LC_TIME era-related items
due to a skipped slot and missing null terminator, the last few strings were off by one or two slots from their item codes.
This commit is contained in:
parent
41421d6beb
commit
a19cd2b64a
@ -18,8 +18,9 @@ static const char c_time[] =
|
|||||||
"%H:%M:%S\0"
|
"%H:%M:%S\0"
|
||||||
"%I:%M:%S %p\0"
|
"%I:%M:%S %p\0"
|
||||||
"\0"
|
"\0"
|
||||||
|
"\0"
|
||||||
"%m/%d/%y\0"
|
"%m/%d/%y\0"
|
||||||
"0123456789"
|
"0123456789\0"
|
||||||
"%a %b %e %T %Y\0"
|
"%a %b %e %T %Y\0"
|
||||||
"%H:%M:%S";
|
"%H:%M:%S";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user