summaryrefslogtreecommitdiff
path: root/pcl
diff options
context:
space:
mode:
authorChris Liddell <chris.liddell@artifex.com>2022-02-17 09:46:53 +0000
committerRobin Watts <Robin.Watts@artifex.com>2022-02-17 11:26:06 +0000
commit37a42b40b097e48370c48f18c491050fb2149c48 (patch)
treec9c04acd616a670df7e86ec21e979abb0feb8d9d /pcl
parent71241b52be51bc75e06ad2dea8a6d025390158af (diff)
downloadghostpdl-37a42b40b097e48370c48f18c491050fb2149c48.tar.gz
Squash a compiler warning with debug build.
Diffstat (limited to 'pcl')
-rw-r--r--pcl/pl/pllfont.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcl/pl/pllfont.c b/pcl/pl/pllfont.c
index eb63f4498..ed3f52fce 100644
--- a/pcl/pl/pllfont.c
+++ b/pcl/pl/pllfont.c
@@ -189,7 +189,7 @@ check_resident_ufst_fonts(pl_dict_t * pfontdict,
NULL) /* return data ignored */ )
dmprintf2(mem,
"%s not available in font dictionary, resident table position: %d\n",
- pl_built_in_resident_font_table[j].full_font_name, j);
+ (char *)pl_built_in_resident_font_table[j].full_font_name, j);
}
}
return;