From a594425a0f5ab7f82b5b3fb5371c9b12d9bbc618 Mon Sep 17 00:00:00 2001 From: Akira Kakuto Date: Thu, 7 Jan 2016 22:13:27 +0000 Subject: texk/dvipdfm-x/epdf.c: a typo in a message git-svn-id: svn://tug.org/texlive/trunk@39301 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/dvipdfm-x/ChangeLog | 6 +++++- Build/source/texk/dvipdfm-x/epdf.c | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'Build/source/texk/dvipdfm-x') 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 + + * epdf.c: A typo in a message. + 2016-01-06 Akira Kakuto * t1_load.c: Avoid to crash for unsupported type1 fonts as native fonts. @@ -17,7 +21,7 @@ 2015-12-30 Shunsaku Hirata - * 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); -- cgit v1.2.3