X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/halibut/blobdiff_plain/d5bc1c48d6a59db9480a3c8ce43fd8ca8a3b6a21..36e8f0f56f85d20f939091301d65c7f4f6889998:/in_afm.c diff --git a/in_afm.c b/in_afm.c index d3d5ecb..69cd1e3 100644 --- a/in_afm.c +++ b/in_afm.c @@ -194,7 +194,7 @@ void read_afm_file(input *in) { w->glyph = g; w->width = width; add234(fi->widths, w); - ucs = ps_glyph_to_unicode(glyph_extern(g)); + ucs = ps_glyph_to_unicode(g); if (ucs < 0xFFFF) fi->bmp[ucs] = g; }