summaryrefslogtreecommitdiff
path: root/pango/pango-glyph-item.c
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2004-06-28 15:32:53 +0000
committerOwen Taylor <otaylor@src.gnome.org>2004-06-28 15:32:53 +0000
commit30e38994a8bb619fe34529442bb50f2aed13ca32 (patch)
tree506718dd7ba2e696390e56e0e7552cdfe1d6c1db /pango/pango-glyph-item.c
parentc31b5675a3a1cdeb4d03a687a3d8731870465517 (diff)
downloadpango-30e38994a8bb619fe34529442bb50f2aed13ca32.tar.gz
Fix double cluster increment.PANGO_1_5_0
Thu Jun 24 13:35:03 2004 Owen Taylor <otaylor@redhat.com> * pango/pango-glyph-item.c (pango_glyph_item_apply_attrs): Fix double cluster increment.
Diffstat (limited to 'pango/pango-glyph-item.c')
-rw-r--r--pango/pango-glyph-item.c3
1 files changed, 0 insertions, 3 deletions
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: