diff options
Diffstat (limited to 'libc/misc')
-rw-r--r-- | libc/misc/locale/locale.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/misc/locale/locale.c b/libc/misc/locale/locale.c index 071a8df71..b101f6dad 100644 --- a/libc/misc/locale/locale.c +++ b/libc/misc/locale/locale.c @@ -560,7 +560,7 @@ int _locale_set_l(const unsigned char *p, __locale_t base) row = (((int)(*p & 0x7f)) << 7) + (p[1] & 0x7f); assert(row < __LOCALE_DATA_NUM_LOCALES); if (!init_cur_collate(__locale_mmap->locales[ __LOCALE_DATA_WIDTH_LOCALES - * row + 3 + i ], + * row + 3 + LC_COLLATE ], &newcol) ) { return 0; /* calloc failed. */ |