From 6157bbe5127bbcbd17348622601976cffcd11c63 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 17 Jul 2019 11:20:08 -0700 Subject: [PATCH] Revert "Revert previous change" This reverts commit b8e90ca1a10fbd472eda1aa8cc3797011da52356. Works now. --- 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 6b33c17..e244da1 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, 0) + | hb_reduce (hb_max, 0u) ; *num_glyphs = max_glyph + 1; } -- 2.7.4