summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'base/szlibc.c')
-rw-r--r--base/szlibc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/szlibc.c b/base/szlibc.c
index c2624982..ee123fa1 100644
--- a/base/szlibc.c
+++ b/base/szlibc.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2001-2019 Artifex Software, Inc.
+/* Copyright (C) 2001-2020 Artifex Software, Inc.
All Rights Reserved.
This software is provided AS-IS with no warranty, either express or
@@ -110,7 +110,7 @@ s_zlib_free(void *zmem, void *data)
gs_free_object(mem, data, "s_zlib_free(data)");
for (; ; block = block->next) {
if (block == 0) {
- lprintf1("Freeing unrecorded data 0x%lx!\n", (ulong)data);
+ lprintf1("Freeing unrecorded data "PRI_INTPTR"!\n", (intptr_t)data);
return;
}
if (block->data == data)