summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipdfm-x/pdfobj.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/dvipdfm-x/pdfobj.c')
-rw-r--r--Build/source/texk/dvipdfm-x/pdfobj.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/Build/source/texk/dvipdfm-x/pdfobj.c b/Build/source/texk/dvipdfm-x/pdfobj.c
index bb038f900e4..9db06c539db 100644
--- a/Build/source/texk/dvipdfm-x/pdfobj.c
+++ b/Build/source/texk/dvipdfm-x/pdfobj.c
@@ -3238,7 +3238,11 @@ pdf_open (const char *ident, FILE *file)
if (version < 1 || version > pdf_version) {
WARN("pdf_open: Not a PDF 1.[1-%u] file.", pdf_version);
+/*
+ Try to embed the PDF image, even if the PDF version is newer than
+ the setting.
return NULL;
+*/
}
pf = pdf_file_new(file);