From b5cbd5da469f0c9afeac325223ffee89684df9f7 Mon Sep 17 00:00:00 2001 From: Akira Kakuto Date: Wed, 17 Feb 2016 17:47:29 +0000 Subject: texk/dvipdfm-x: Add further fix for that on 2016-02-13. git-svn-id: svn://tug.org/texlive/trunk@39754 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/dvipdfm-x/spc_pdfm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Build/source/texk/dvipdfm-x/spc_pdfm.c') diff --git a/Build/source/texk/dvipdfm-x/spc_pdfm.c b/Build/source/texk/dvipdfm-x/spc_pdfm.c index 6538202d79b..5d14d8e9f6c 100644 --- a/Build/source/texk/dvipdfm-x/spc_pdfm.c +++ b/Build/source/texk/dvipdfm-x/spc_pdfm.c @@ -508,7 +508,7 @@ modstrings (pdf_obj *kp, pdf_obj *vp, void *dp) CMap *cmap = CMap_cache_get(cd->cmap_id); if (needreencode(kp, vp, cd)) r = reencodestring(cmap, vp); - } else if (is_xdv) { + } else if (is_xdv && cd && cd->taintkeys) { /* Please fix this... PDF string object is not always a text string. * needreencode() is assumed to do a simple check if given string * object is actually a text string. -- cgit v1.2.3