summaryrefslogtreecommitdiff
path: root/source/pdf/pdf-op-run.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/pdf/pdf-op-run.c')
-rw-r--r--source/pdf/pdf-op-run.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/pdf/pdf-op-run.c b/source/pdf/pdf-op-run.c
index b1e36403..ab1bf246 100644
--- a/source/pdf/pdf-op-run.c
+++ b/source/pdf/pdf-op-run.c
@@ -1214,7 +1214,7 @@ pdf_show_string(pdf_csi *csi, pdf_run_state *pr, unsigned char *buf, int len)
if (cid >= 0)
pdf_show_char(csi, pr, cid);
else
- fz_warn(ctx, "cannot encode character with code point %#x", cpt);
+ fz_warn(ctx, "cannot encode character");
if (cpt == 32 && w == 1)
pdf_show_space(pr, gstate->word_space);
}