summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipdfm-x/epdf.c
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-01-07 22:13:27 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-01-07 22:13:27 +0000
commita594425a0f5ab7f82b5b3fb5371c9b12d9bbc618 (patch)
tree0d81edc6a88f191af8fa97189959c3bc5dce6b6e /Build/source/texk/dvipdfm-x/epdf.c
parentf7b2b3d8722154cb00bc1760ed828517f2ac7861 (diff)
texk/dvipdfm-x/epdf.c: a typo in a message
git-svn-id: svn://tug.org/texlive/trunk@39301 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvipdfm-x/epdf.c')
-rw-r--r--Build/source/texk/dvipdfm-x/epdf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/dvipdfm-x/epdf.c b/Build/source/texk/dvipdfm-x/epdf.c
index 6b2e628df3e..5ca076da4d2 100644
--- a/Build/source/texk/dvipdfm-x/epdf.c
+++ b/Build/source/texk/dvipdfm-x/epdf.c
@@ -413,7 +413,7 @@ pdf_include_page (pdf_ximage *ximage,
if (pdf_file_get_version(pf) > pdf_get_version()) {
WARN("Trying to include PDF file which has newer version number " \
- "than output PDF: %d.", pdf_get_version());
+ "than output PDF: 1.%d.", pdf_get_version());
}
pdf_ximage_init_form_info(&info);