summaryrefslogtreecommitdiff
path: root/in_afm.c
diff options
context:
space:
mode:
Diffstat (limited to 'in_afm.c')
-rw-r--r--in_afm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/in_afm.c b/in_afm.c
index d0b2088..b2aacae 100644
--- a/in_afm.c
+++ b/in_afm.c
@@ -56,7 +56,7 @@ void read_afm_file(input *in) {
fi = snew(font_info);
fi->name = NULL;
fi->widths = newtree234(width_cmp);
- fi->fp = NULL;
+ fi->fontfile = NULL;
fi->kerns = newtree234(kern_cmp);
fi->ligs = newtree234(lig_cmp);
fi->fontbbox[0] = fi->fontbbox[1] = fi->fontbbox[2] = fi->fontbbox[3] = 0;