The current libc/locale/toupper.c is mistaken

From: Kohji Okuno <okuno.kohji_at_jp.panasonic.com>
Date: Thu, 10 May 2012 18:02:47 +0900 (JST)
Hi,

I think that libc/locale/toupper.c is mistaken.
Could you check it?

_at__at_ -51,7 +51,7 _at__at_ ___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)

Best regards,
 Kohji Okuno
Received on Thu May 10 2012 - 07:21:02 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:26 UTC