summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2011-04-06 16:04:15 -0400
committerBehdad Esfahbod <behdad@behdad.org>2011-04-06 16:04:15 -0400
commit6b1910adacb133e229acde532a5a43d588d12faa (patch)
treeff22ea2e942d596f886f1df79c0bede3caf43681 /modules
parent6b522430ad65fe047b077f9cc3990a97e8869e23 (diff)
downloadpango-6b1910adacb133e229acde532a5a43d588d12faa.tar.gz
Bug 646213 - Hangul Jamo render as U+00xx boxes and produce valgrind errors
Diffstat (limited to 'modules')
-rw-r--r--modules/hangul/hangul-fc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/hangul/hangul-fc.c b/modules/hangul/hangul-fc.c
index 7692a843..b9ffa9ba 100644
--- a/modules/hangul/hangul-fc.c
+++ b/modules/hangul/hangul-fc.c
@@ -346,7 +346,7 @@ render_syllable (PangoFont *font, const char *str, int length,
*n_glyphs = oldlen;
pango_glyph_string_set_size (glyphs, *n_glyphs + 1);
set_glyph (font, glyphs, *n_glyphs, cluster_offset,
- PANGO_GET_UNKNOWN_GLYPH (text[i]));
+ PANGO_GET_UNKNOWN_GLYPH (wc));
(*n_glyphs)++;
break;
}