| Index: third_party/harfbuzz-ng/src/hb-fallback-shape.cc
|
| diff --git a/third_party/harfbuzz-ng/src/hb-fallback-shape.cc b/third_party/harfbuzz-ng/src/hb-fallback-shape.cc
|
| index 9d061a9e8459cffdc53a20dd41aa7cbb0c0e2229..b5ebfc0466631339c8000b8b9f7427ff672ed14d 100644
|
| --- a/third_party/harfbuzz-ng/src/hb-fallback-shape.cc
|
| +++ b/third_party/harfbuzz-ng/src/hb-fallback-shape.cc
|
| @@ -106,7 +106,7 @@ _hb_fallback_shape (hb_shape_plan_t *shape_plan HB_UNUSED,
|
| */
|
|
|
| hb_codepoint_t space;
|
| - bool has_space = font->get_glyph (' ', 0, &space);
|
| + bool has_space = (bool) font->get_glyph (' ', 0, &space);
|
|
|
| buffer->clear_positions ();
|
|
|
|
|