summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipdfm-x/cidtype2.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/dvipdfm-x/cidtype2.c')
-rw-r--r--Build/source/texk/dvipdfm-x/cidtype2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/dvipdfm-x/cidtype2.c b/Build/source/texk/dvipdfm-x/cidtype2.c
index 90194db3493..4c990c12f26 100644
--- a/Build/source/texk/dvipdfm-x/cidtype2.c
+++ b/Build/source/texk/dvipdfm-x/cidtype2.c
@@ -940,7 +940,7 @@ CIDFont_type2_dofont (pdf_font *font)
* NOTE: All glyphs including component glyph and dummy glyph must be
* listed in CIDSet. However, .notdef glyph should be ommitted.
*/
- {
+ if (pdf_check_version(2, 0) < 0) {
pdf_obj *cidset;
char *cidset_data;