summaryrefslogtreecommitdiff
path: root/pango/opentype/hb-ot-layout.cc
diff options
context:
space:
mode:
Diffstat (limited to 'pango/opentype/hb-ot-layout.cc')
-rw-r--r--pango/opentype/hb-ot-layout.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/opentype/hb-ot-layout.cc b/pango/opentype/hb-ot-layout.cc
index eef768d1..846b89a1 100644
--- a/pango/opentype/hb-ot-layout.cc
+++ b/pango/opentype/hb-ot-layout.cc
@@ -217,7 +217,7 @@ _hb_ot_layout_set_glyph_class (hb_face_t *face,
hb_ot_layout_t *layout = &face->ot_layout;
hb_ot_layout_class_t gdef_klass;
- int len = layout->new_gdef.len;
+ unsigned int len = layout->new_gdef.len;
if (HB_UNLIKELY (glyph > 65535))
return;