summaryrefslogtreecommitdiff
path: root/modules/khmer/khmer-fc.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/khmer/khmer-fc.c')
-rw-r--r--modules/khmer/khmer-fc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/khmer/khmer-fc.c b/modules/khmer/khmer-fc.c
index ee585d31..75cebf87 100644
--- a/modules/khmer/khmer-fc.c
+++ b/modules/khmer/khmer-fc.c
@@ -508,7 +508,7 @@ static PangoGlyph
get_index (PangoFcFont *fc_font, gunichar wc)
{
PangoGlyph index = pango_fc_font_get_glyph (fc_font, wc);
- if (index == PANGO_GLYPH_NULL)
+ if (!index)
index = pango_fc_font_get_unknown_glyph (fc_font, wc);
return index;
}