[glib] Minor
- From: Behdad Esfahbod <behdad src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Minor
- Date: Tue, 6 Dec 2011 18:20:48 +0000 (UTC)
commit 91fb373d553779b7b2b535c44a3236907f0a72c8
Author: Behdad Esfahbod <behdad behdad org>
Date: Tue Dec 6 13:18:47 2011 -0500
Minor
glib/guniprop.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glib/guniprop.c b/glib/guniprop.c
index c099256..8b139ae 100644
--- a/glib/guniprop.c
+++ b/glib/guniprop.c
@@ -857,7 +857,7 @@ real_toupper (const gchar *str,
gsize decomp_len, i;
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++)
{
if (decomp[i] != 0x307 /* COMBINING DOT ABOVE */)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]