summaryrefslogtreecommitdiff
path: root/pango/pangox.c
diff options
context:
space:
mode:
Diffstat (limited to 'pango/pangox.c')
-rw-r--r--pango/pangox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pangox.c b/pango/pangox.c
index d5909883..f7741d38 100644
--- a/pango/pangox.c
+++ b/pango/pangox.c
@@ -779,7 +779,7 @@ get_font_metrics_from_string (PangoFont *font,
PangoEngineShape *shaper, *last_shaper;
int last_level;
gunichar *text_ucs4;
- int n_chars, i;
+ long n_chars, i;
guint8 *embedding_levels;
PangoDirection base_dir = PANGO_DIRECTION_LTR;
GSList *subfonts = NULL;