From a59116cd8f20e34a8cd7f5d1179ab7ba96aa4113 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 6 Jan 2023 11:09:09 -0700 Subject: [PATCH] Oops --- src/hb-subset-plan.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-subset-plan.cc b/src/hb-subset-plan.cc index ed021291f..9ddd7f76e 100644 --- a/src/hb-subset-plan.cc +++ b/src/hb-subset-plan.cc @@ -778,7 +778,7 @@ _normalize_axes_location (hb_face_t *face, hb_subset_plan_t *plan) bool axis_not_pinned = false; unsigned old_axis_idx = 0, new_axis_idx = 0; - unsigned int i; + unsigned int i = 0; for (const auto& axis : axes) { hb_tag_t axis_tag = axis.get_axis_tag ();