summaryrefslogtreecommitdiff
path: root/xps/xps_glyphs.c
diff options
context:
space:
mode:
Diffstat (limited to 'xps/xps_glyphs.c')
-rw-r--r--xps/xps_glyphs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xps/xps_glyphs.c b/xps/xps_glyphs.c
index 91c7dbcd..9d0d9fca 100644
--- a/xps/xps_glyphs.c
+++ b/xps/xps_glyphs.c
@@ -481,7 +481,7 @@ xps_parse_glyphs(xps_context *ctx, fz_matrix ctm,
xps_select_best_font_encoding(font);
- xps_hash_insert(ctx, ctx->font_table, part->name, font);
+ xps_hash_insert(ctx->font_table, part->name, font);
/* NOTE: we kept part->name in the hashtable and part->data in the font */
fz_free(part);