This commit is contained in:
Behdad Esfahbod 2012-09-25 11:04:41 -04:00
parent 54d5da4ee9
commit 7d37280600
1 changed files with 1 additions and 1 deletions

View File

@ -994,7 +994,7 @@ void
hb_buffer_normalize_glyphs (hb_buffer_t *buffer)
{
assert (buffer->have_positions);
/* XXX assert (buffer->have_glyphs); */
assert (buffer->content_type == HB_BUFFER_CONTENT_TYPE_GLYPHS);
bool backward = HB_DIRECTION_IS_BACKWARD (buffer->props.direction);