From 2cb8c928d75ae4c0ac491be60e65be4a77fe9705 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 5 Aug 2021 12:27:22 -0600 Subject: [PATCH] [face] Let hashmap derive invalid key/value types Works now with the previous two fixes. --- src/hb-face.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-face.cc b/src/hb-face.cc index a3df918fe..b54ec8cd5 100644 --- a/src/hb-face.cc +++ b/src/hb-face.cc @@ -624,7 +624,7 @@ hb_face_collect_variation_unicodes (hb_face_t *face, struct hb_face_builder_data_t { - hb_hashmap_t tables; + hb_hashmap_t tables; }; static int compare_entries (const void* pa, const void* pb)