mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-17 04:48:49 +02:00
Minor
This commit is contained in:
parent
6bb8fdaa5f
commit
91fb373d55
@ -857,7 +857,7 @@ real_toupper (const gchar *str,
|
|||||||
gsize decomp_len, i;
|
gsize decomp_len, i;
|
||||||
gunichar decomp[18];
|
gunichar decomp[18];
|
||||||
|
|
||||||
decomp_len = g_unichar_fully_decompose (c, FALSE, decomp, 4);
|
decomp_len = g_unichar_fully_decompose (c, FALSE, decomp, 18);
|
||||||
for (i=0; i < decomp_len; i++)
|
for (i=0; i < decomp_len; i++)
|
||||||
{
|
{
|
||||||
if (decomp[i] != 0x307 /* COMBINING DOT ABOVE */)
|
if (decomp[i] != 0x307 /* COMBINING DOT ABOVE */)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user