commit | 422558142aabb996d8ad1848df7ea4d5a8ade98a | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Mon Sep 19 17:57:02 2011 -0400 |
committer | Behdad Esfahbod <behdad@behdad.org> | Mon Sep 19 17:57:02 2011 -0400 |
tree | 8a616c84d95be4932e4d6d6b2360ab6998ffa1c5 | |
parent | b5afd8f78e6b372f1bbed469329c1554adb20eea [diff] [blame] |
[util] Account for line-space in surface size
diff --git a/util/options.cc b/util/options.cc index a48f606..97be635 100644 --- a/util/options.cc +++ b/util/options.cc
@@ -640,7 +640,7 @@ hb_glyph_position_t *pos = hb_buffer_get_glyph_positions (buffer, NULL); g_string_append_c (gs, '<'); - for (unsigned int i = 0; i < (int) num_glyphs; i++) + for (unsigned int i = 0; i < num_glyphs; i++) { if (i) g_string_append_c (gs, '|');