projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
844212d
)
fix breakage in nl_langinfo from previous commit
author
Rich Felker
<dalias@aerifal.cx>
Wed, 9 Sep 2015 06:04:42 +0000
(06:04 +0000)
committer
Rich Felker
<dalias@aerifal.cx>
Wed, 9 Sep 2015 06:04:42 +0000
(06:04 +0000)
src/locale/langinfo.c
patch
|
blob
|
history
diff --git
a/src/locale/langinfo.c
b/src/locale/langinfo.c
index 69693fffe5945ae47bb885170a68bd6dd1d8a749..a1ada246ba35dee556e535d5b990c492febe636f 100644
(file)
--- a/
src/locale/langinfo.c
+++ b/
src/locale/langinfo.c
@@
-33,7
+33,7
@@
char *__nl_langinfo_l(nl_item item, locale_t loc)
int idx = item & 65535;
const char *str;
- if (item == CODESET) "UTF-8";
+ if (item == CODESET)
return
"UTF-8";
switch (cat) {
case LC_NUMERIC: