From b8e90ca1a10fbd472eda1aa8cc3797011da52356 Mon Sep 17 00:00:00 2001 From: Ebrahim Byagowi Date: Wed, 17 Jul 2019 21:38:19 +0430 Subject: [PATCH] Revert previous change Interestingly all of the bots disagreed with the change and the complain is... weird. --- 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 e244da19..6b33c17b 100644 --- a/src/hb-subset-plan.cc +++ b/src/hb-subset-plan.cc @@ -179,7 +179,7 @@ _create_old_gid_to_new_gid_map (const hb_face_t *face, unsigned max_glyph = + hb_iter (all_gids_to_retain) - | hb_reduce (hb_max, 0u) + | hb_reduce (hb_max, 0) ; *num_glyphs = max_glyph + 1; } -- GitLab