commit | 2cb8c928d75ae4c0ac491be60e65be4a77fe9705 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Thu Aug 05 12:27:22 2021 -0600 |
committer | Behdad Esfahbod <behdad@behdad.org> | Thu Aug 05 12:27:22 2021 -0600 |
tree | 8a555ad93e80aa7dc272571774262fa18f949803 | |
parent | 95c888e192909b18de6f38da8b6e4d8294416703 [diff] [blame] |
[face] Let hashmap derive invalid key/value types Works now with the previous two fixes.
diff --git a/src/hb-face.cc b/src/hb-face.cc index a3df918..b54ec8c 100644 --- a/src/hb-face.cc +++ b/src/hb-face.cc
@@ -624,7 +624,7 @@ struct hb_face_builder_data_t { - hb_hashmap_t<hb_tag_t, hb_blob_t*, (unsigned)-1, nullptr> tables; + hb_hashmap_t<hb_tag_t, hb_blob_t *> tables; }; static int compare_entries (const void* pa, const void* pb)