From d8134bc017ca3383e0978ddee57070eb3aab8964 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 20 Jan 2012 17:18:59 -0500 Subject: [PATCH] [hb-shape] Add parantheses around --show-text output --- util/options.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/util/options.cc b/util/options.cc index f920838..4914cb6 100644 --- a/util/options.cc +++ b/util/options.cc @@ -768,7 +768,9 @@ format_options_t::serialize_line (hb_buffer_t *buffer, { if (show_text) { serialize_line_no (line_no, gs); + g_string_append_c (gs, '('); g_string_append_len (gs, text, text_len); + g_string_append_c (gs, ')'); g_string_append_c (gs, '\n'); } -- 2.7.4