Fix copy/paste error in lib/libc/locale/toupper.c.
Submitted by: Kohji Okuno <okuno.kohji@jp.panasonic.com>
This commit is contained in:
parent
136e1e4ddc
commit
3be8548129
@ -51,7 +51,7 @@ ___toupper_l(c, l)
|
||||
{
|
||||
size_t lim;
|
||||
FIX_LOCALE(l);
|
||||
_RuneRange *rr = &XLOCALE_CTYPE(l)->runes->__maplower_ext;
|
||||
_RuneRange *rr = &XLOCALE_CTYPE(l)->runes->__mapupper_ext;
|
||||
_RuneEntry *base, *re;
|
||||
|
||||
if (c < 0 || c == EOF)
|
||||
|
Loading…
Reference in New Issue
Block a user