Fix hb_face_set_index()

This commit is contained in:
Behdad Esfahbod 2012-05-13 16:04:36 +02:00
parent 93345edcbe
commit d993e72331
1 changed files with 1 additions and 1 deletions

View File

@ -729,7 +729,7 @@ hb_face_set_index (hb_face_t *face,
if (hb_object_is_inert (face))
return;
face->index = 0;
face->index = index;
}
unsigned int