commit | d8134bc017ca3383e0978ddee57070eb3aab8964 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Fri Jan 20 17:18:59 2012 -0500 |
committer | Behdad Esfahbod <behdad@behdad.org> | Fri Jan 20 17:18:59 2012 -0500 |
tree | 9cee0d9366fedb14205e0ec0f553c285ba2db97f | |
parent | b12c4d43614199f8910a06507603f6c431d9df67 [diff] [blame] |
[hb-shape] Add parantheses around --show-text output
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 @@ { 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'); }