commit | 20c8b908ddf50a9814dfdd9fca595f258273cd4f | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <[email protected]> | Thu May 12 15:19:33 2011 -0400 |
committer | Behdad Esfahbod <[email protected]> | Thu May 12 15:19:33 2011 -0400 |
tree | 8c4eaaf8219f942a25a44a1789351549c6ad4030 | |
parent | 0fd8c2f1be693616f19f2f1526369874763d6cf6 [diff] |
Finish off previous change
diff --git a/src/hb-font.cc b/src/hb-font.cc index 6657718..65f634f 100644 --- a/src/hb-font.cc +++ b/src/hb-font.cc
@@ -294,6 +294,7 @@ 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);