summaryrefslogtreecommitdiff
path: root/psi/dscparse.c
diff options
context:
space:
mode:
authorKen Sharp <ken.sharp@artifex.com>2019-11-15 13:28:38 +0000
committerKen Sharp <ken.sharp@artifex.com>2019-11-15 13:28:38 +0000
commitde9dc99614f86e4aaa0a447766a58447e76ca8c1 (patch)
tree120e59318fcd2a1a33c53103142ac4ca66e8c01d /psi/dscparse.c
parent0ea433a1a172298eda11203d698ce6fe69be58d2 (diff)
downloadghostpdl-de9dc99614f86e4aaa0a447766a58447e76ca8c1.tar.gz
Attempted fix for Coverity ID 350194
Thanks to Robin for pointing me at the right bit of code. There was a pointer cast and address of (&) on an array which was already a pointer. This is, of course, silly, so remove the cast and &. At the same time, the quad_glyph_list was using signed shorts to hold the Unicode points, when it should have been using unsigned shorts, so fix that here too.
Diffstat (limited to 'psi/dscparse.c')
0 files changed, 0 insertions, 0 deletions