summaryrefslogtreecommitdiff
path: root/pl
diff options
context:
space:
mode:
authorHenry Stiles <henry.stiles@artifex.com>2009-09-02 15:05:55 +0000
committerHenry Stiles <henry.stiles@artifex.com>2009-09-02 15:05:55 +0000
commite8c102bf0bb091d32c749d257b83231427358a5d (patch)
tree5a62bc9b68c8d10d9a0e992d031ac7ec93474930 /pl
parentf129bd27900d1e5f4e0fdb5e59abbcb5fb3098de (diff)
Fix a compile error in the UFST build, a result of implementing and
testing in the default bug without checking the UFST build. git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@10042 a1074d23-0009-0410-80fe-cf8c14f379e6
Diffstat (limited to 'pl')
-rw-r--r--pl/plulfont.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pl/plulfont.c b/pl/plulfont.c
index 3f87fd13e..c0d8ff814 100644
--- a/pl/plulfont.c
+++ b/pl/plulfont.c
@@ -342,7 +342,7 @@ pl_load_built_in_fonts(const char *pathname, gs_memory_t *mem, pl_dict_t *pfontd
dprintf3("scale factor=%d, pitch (cp)=%d per_inch_x100=%d\n", pfDesc->scaleFactor, pitch_cp, (uint)(720000.0/pitch_cp));
#endif
- plfont->font_type = residentp->font_type;
+ plfont->font_type = resident_table[j].font_type;
plfont->storage = storage;
plfont->data_are_permanent = false;
plfont->params = resident_table[j].params;