diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2009-11-06 15:20:02 -0500 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2009-11-06 15:20:02 -0500 |
commit | 9d6308be1e09c2f4e45c78652077376343d98029 (patch) | |
tree | 3365ba147a3294c82f853db9e89d1e9215d97091 /pango/pango-ot-buffer.c | |
parent | bc3d03ff4c8a540e784584caba766134df573f98 (diff) | |
download | pango-9d6308be1e09c2f4e45c78652077376343d98029.tar.gz |
Adjust to hb_buffer_get_len() rename
Diffstat (limited to 'pango/pango-ot-buffer.c')
-rw-r--r-- | pango/pango-ot-buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-ot-buffer.c b/pango/pango-ot-buffer.c index b847e096..cf88c191 100644 --- a/pango/pango-ot-buffer.c +++ b/pango/pango-ot-buffer.c @@ -211,7 +211,7 @@ pango_ot_buffer_get_glyphs (const PangoOTBuffer *buffer, *glyphs = (PangoOTGlyph *) hb_buffer_get_glyph_infos (buffer->buffer); if (n_glyphs) - *n_glyphs = hb_buffer_get_len (buffer->buffer); + *n_glyphs = hb_buffer_get_length (buffer->buffer); } static void |