summaryrefslogtreecommitdiff
path: root/pango/pango-engine.c
diff options
context:
space:
mode:
Diffstat (limited to 'pango/pango-engine.c')
-rw-r--r--pango/pango-engine.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-engine.c b/pango/pango-engine.c
index 2891762a..974e2d5a 100644
--- a/pango/pango-engine.c
+++ b/pango/pango-engine.c
@@ -107,7 +107,7 @@ fallback_engine_shape (PangoEngineShape *engine G_GNUC_UNUSED,
int cluster = 0;
int i;
- n_chars = text ? g_utf8_strlen (text, length) : 0;
+ n_chars = text ? pango_utf8_strlen (text, length) : 0;
pango_glyph_string_set_size (glyphs, n_chars);