From b3f1a045a8b86747afce6bc154f2a166ea678efb Mon Sep 17 00:00:00 2001 From: Rod Sheeter Date: Wed, 28 Feb 2018 11:41:24 -0800 Subject: [PATCH] [subset] kick the build --- src/hb-subset-glyf.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-subset-glyf.cc b/src/hb-subset-glyf.cc index 9b36a0017..0b84c856c 100644 --- a/src/hb-subset-glyf.cc +++ b/src/hb-subset-glyf.cc @@ -192,7 +192,7 @@ _write_glyf_and_loca_prime (hb_subset_plan_t *plan, { memcpy (glyf_prime_data_next, glyf_data + start_offset, instruction_start - start_offset); memcpy (glyf_prime_data_next + instruction_start - start_offset, glyf_data + instruction_end, end_offset - instruction_end); - /* if the instructions end at the end this was a composite glyph */ + /* if the instructions end at the end this was a composite glyph, else simple */ if (instruction_end == end_offset) { if (unlikely (!_remove_composite_instruction_flag (glyf_prime_data_next, length))) return false;