diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2016-01-07 22:13:27 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2016-01-07 22:13:27 +0000 |
commit | a594425a0f5ab7f82b5b3fb5371c9b12d9bbc618 (patch) | |
tree | 0d81edc6a88f191af8fa97189959c3bc5dce6b6e /Build/source/texk/dvipdfm-x | |
parent | f7b2b3d8722154cb00bc1760ed828517f2ac7861 (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')
-rw-r--r-- | Build/source/texk/dvipdfm-x/ChangeLog | 6 | ||||
-rw-r--r-- | Build/source/texk/dvipdfm-x/epdf.c | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/Build/source/texk/dvipdfm-x/ChangeLog b/Build/source/texk/dvipdfm-x/ChangeLog index 1a1e170aca5..9ebb50c8d73 100644 --- a/Build/source/texk/dvipdfm-x/ChangeLog +++ b/Build/source/texk/dvipdfm-x/ChangeLog @@ -1,3 +1,7 @@ +2016-01-07 Akira Kakuto <kakuto@fuk.kindai.ac.jp> + + * epdf.c: A typo in a message. + 2016-01-06 Akira Kakuto <kakuto@fuk.kindai.ac.jp> * t1_load.c: Avoid to crash for unsupported type1 fonts as native fonts. @@ -17,7 +21,7 @@ 2015-12-30 Shunsaku Hirata <shunsaku.hirata74@gmail.com> - * epdf.[ch], pdfdoc.[ch], pdfximage.[ch], + * epdf.[ch], pdfdoc.[ch], pdfximage.[ch], spc_{dvips,html,misc,pdfm,util}.c, spc_util.h: Don't use global variables for selecting boundary box. Cleanups. 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); |