diff options
| -rw-r--r-- | libc/misc/locale/locale.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/libc/misc/locale/locale.c b/libc/misc/locale/locale.c index 801258c94..0ff359d3d 100644 --- a/libc/misc/locale/locale.c +++ b/libc/misc/locale/locale.c @@ -110,6 +110,7 @@ static __inline char *human_readable_locale(int category, const unsigned char *s   SKIP:  	i = (category == LC_ALL) ? 0 : category; +	s += 2*i;  	n = hr_locale;  	do { | 
