From 598be3bb38fd11a288f8155b8c27ffef4ebdd8b9 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 28 Sep 2018 08:33:26 -0400 Subject: [PATCH] Minor --- test/api/test-multithread.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/api/test-multithread.c b/test/api/test-multithread.c index 6881a00fc..898f19a0f 100644 --- a/test/api/test-multithread.c +++ b/test/api/test-multithread.c @@ -135,6 +135,7 @@ int main (int argc, char **argv) { // Dummy call to alleviate _guess_segment_properties thread safety-ness + // https://github.com/harfbuzz/harfbuzz/issues/1191 hb_language_get_default (); hb_blob_t *blob = hb_blob_create_from_file (path);