Finish off previous change

This commit is contained in:
Behdad Esfahbod 2011-05-12 15:19:33 -04:00
parent 0fd8c2f1be
commit 20c8b908dd
1 changed files with 1 additions and 0 deletions

View File

@ -294,6 +294,7 @@ hb_font_get_glyph (hb_font_t *font,
hb_codepoint_t unicode, hb_codepoint_t variation_selector,
hb_codepoint_t *glyph)
{
*glyph = 0;
return font->klass->get.glyph (font, font->user_data,
unicode, variation_selector, glyph,
font->klass->user_data.glyph);