diff --git a/util/options.cc b/util/options.cc index 584190e0449b7593b08e6ac65db681eabbe7672e..3a9496bc4206da22b0ee5582c089ca688ee00378 100644 --- a/util/options.cc +++ b/util/options.cc @@ -747,7 +747,7 @@ format_options_t::serialize_glyphs (hb_buffer_t *buffer, if (i) g_string_append_c (gs, '|'); - char glyph_name[32]; + char glyph_name[128]; if (show_glyph_names) { hb_font_get_glyph_name (font, info->codepoint, glyph_name, sizeof (glyph_name)); g_string_append_printf (gs, "%s", glyph_name);