summaryrefslogtreecommitdiff
path: root/psi/idict.c
diff options
context:
space:
mode:
authorRobin Watts <Robin.Watts@artifex.com>2020-06-26 20:05:36 +0100
committerRobin Watts <Robin.Watts@artifex.com>2020-06-29 13:56:10 +0100
commit71962c6ed1e0bdf41e604a8014b93889f9d07ee5 (patch)
treee57f0e589bcbc5e037d3002eb61e8a414097b39f /psi/idict.c
parentb68604731130f5493d2ecd5ae627b1bae9624c64 (diff)
downloadghostpdl-71962c6ed1e0bdf41e604a8014b93889f9d07ee5.tar.gz
Squash warnings seen in Windows 64 bit build.
Diffstat (limited to 'psi/idict.c')
-rw-r--r--psi/idict.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/psi/idict.c b/psi/idict.c
index f4676b041..b698a9fe2 100644
--- a/psi/idict.c
+++ b/psi/idict.c
@@ -659,8 +659,8 @@ dict_undef(ref * pdref, const ref * pkey, dict_stack_t *pds)
#ifdef DEBUG
/* Check the the cache is correct. */
if (!(pds && dstack_dict_is_permanent(pds, pdref)))
- lprintf1("dict_undef: cached name value pointer 0x%lx is incorrect!\n",
- (ulong) pname->pvalue);
+ lprintf1("dict_undef: cached name value pointer " PRI_INTPTR " is incorrect!\n",
+ (intptr_t) pname->pvalue);
#endif
/* Clear the cache */
pname->pvalue = pv_no_defn;