From c26a52fbe62e5ba4d0e1e2ba13bfb6ceb3f773dc Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sun, 4 Nov 2012 16:48:45 -0800 Subject: [PATCH] Minor --- src/hb-ot-shape-fallback.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-ot-shape-fallback.cc b/src/hb-ot-shape-fallback.cc index eb7777e21..5dc554c48 100644 --- a/src/hb-ot-shape-fallback.cc +++ b/src/hb-ot-shape-fallback.cc @@ -311,7 +311,7 @@ position_around_base (const hb_ot_shape_plan_t *plan, hb_glyph_extents_t component_extents = base_extents; unsigned int last_lig_component = (unsigned int) -1; unsigned int last_combining_class = 255; - hb_glyph_extents_t cluster_extents; + hb_glyph_extents_t cluster_extents = base_extents; /* Initialization is just to shut gcc up. */ for (unsigned int i = base + 1; i < end; i++) if (_hb_glyph_info_get_modified_combining_class (&buffer->info[i])) {