From 45def99eae81e470be3c38d2962aafaaa85500b9 Mon Sep 17 00:00:00 2001 From: Garret Rieger Date: Tue, 20 Mar 2018 17:28:47 -0700 Subject: [PATCH] [subset] Fix to debug message. --- 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 4d111008..1bbcbdcd 100644 --- a/src/hb-subset-glyf.cc +++ b/src/hb-subset-glyf.cc @@ -45,7 +45,7 @@ _calculate_glyf_and_loca_prime_size (const OT::glyf::accelerator_t &glyf, hb_codepoint_t next_glyph = glyph_ids[i]; if (!instruction_ranges->resize (instruction_ranges->len + 2)) { - DEBUG_MSG(SUBSET, nullptr, "Failed to resize instruction_ranges.", next_glyph); + DEBUG_MSG(SUBSET, nullptr, "Failed to resize instruction_ranges."); return false; } unsigned int *instruction_start = &(*instruction_ranges)[instruction_ranges->len - 2]; -- GitLab