| Index: third_party/harfbuzz-ng/src/hb-ot-shape-complex-hebrew.cc
|
| diff --git a/third_party/harfbuzz-ng/src/hb-ot-shape-complex-hebrew.cc b/third_party/harfbuzz-ng/src/hb-ot-shape-complex-hebrew.cc
|
| index 62825fa8696951db5328447942ab1fd9af74997b..32159002e9344e22ef3c283e857e56e2f90cf69d 100644
|
| --- a/third_party/harfbuzz-ng/src/hb-ot-shape-complex-hebrew.cc
|
| +++ b/third_party/harfbuzz-ng/src/hb-ot-shape-complex-hebrew.cc
|
| @@ -68,7 +68,7 @@ compose_hebrew (const hb_ot_shape_normalize_context_t *c,
|
| 0xFB4Au /* TAV */
|
| };
|
|
|
| - bool found = c->unicode->compose (a, b, ab);
|
| + bool found = (bool) c->unicode->compose (a, b, ab);
|
|
|
| if (!found && !c->plan->has_mark)
|
| {
|
|
|