diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2016-02-17 17:47:29 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2016-02-17 17:47:29 +0000 |
commit | b5cbd5da469f0c9afeac325223ffee89684df9f7 (patch) | |
tree | 251b9f0a73162c6ff214e7673031c3cab6f307e8 /Build/source/texk/dvipdfm-x | |
parent | 21381ec16407672114e0c06b5e297e01472d18b0 (diff) |
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
Diffstat (limited to 'Build/source/texk/dvipdfm-x')
-rw-r--r-- | Build/source/texk/dvipdfm-x/spc_pdfm.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. |