commit | ae62166519291057316a9d15cea3f1570fcb5eaf | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <[email protected]> | Sat Jun 02 12:21:19 2012 -0400 |
committer | Behdad Esfahbod <[email protected]> | Sat Jun 02 12:21:19 2012 -0400 |
tree | dee238b2c4a3bde0e0d8001c657bf445418cfbae | |
parent | 5db0683a822f70c914468430cda6487cee740ae3 [diff] [blame] |
[util] Minor
diff --git a/util/options.cc b/util/options.cc index 4cc8a86..109a0b4 100644 --- a/util/options.cc +++ b/util/options.cc
@@ -790,9 +790,7 @@ if (show_unicode) { serialize_line_no (line_no, gs); - hb_buffer_reset (scratch); - hb_buffer_add_utf8 (scratch, text, text_len, 0, -1); - serialize_unicode (scratch, gs); + serialize_unicode (buffer, gs); g_string_append_c (gs, '\n'); } }