From 4cb52a8a8578a04352e727c21ddc033dcff9e588 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 23 Apr 2014 17:05:53 +0200 Subject: Fix 693391: simplify warning message Don't print the code point number, to let the inhibition of multiple identical warnings kick in. --- source/pdf/pdf-op-run.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') 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); } -- cgit v1.2.3