From 30e38994a8bb619fe34529442bb50f2aed13ca32 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Mon, 28 Jun 2004 15:32:53 +0000 Subject: Fix double cluster increment. Thu Jun 24 13:35:03 2004 Owen Taylor * pango/pango-glyph-item.c (pango_glyph_item_apply_attrs): Fix double cluster increment. --- pango/pango-glyph-item.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'pango/pango-glyph-item.c') diff --git a/pango/pango-glyph-item.c b/pango/pango-glyph-item.c index b62bf840..af242b1e 100644 --- a/pango/pango-glyph-item.c +++ b/pango/pango-glyph-item.c @@ -431,9 +431,6 @@ pango_glyph_item_apply_attrs (PangoGlyphItem *glyph_item, state.segment_attrs = g_slist_concat (state.segment_attrs, pango_attr_iterator_get_attrs (iter)); } - - if (!glyph_item_iter_next_cluster (&state.iter)) - break; } out: -- cgit v1.2.1