Revert previous change

Interestingly all of the bots disagreed with the change and the complain is... weird.
pull/1835/head
Ebrahim Byagowi 6 years ago committed by GitHub
parent ee05627aff
commit b8e90ca1a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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;
}

Loading…
Cancel
Save