From 8280180f982b353057af8de709d6cb50f3f14dc2 Mon Sep 17 00:00:00 2001 From: Akira Kakuto Date: Sun, 3 Nov 2013 22:54:20 +0000 Subject: Correct %c to %d since pdf_version is unsigned int. git-svn-id: svn://tug.org/texlive/trunk@32044 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/dvipdfm-x/ChangeLog | 4 ++++ Build/source/texk/dvipdfm-x/pdfobj.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'Build/source/texk') diff --git a/Build/source/texk/dvipdfm-x/ChangeLog b/Build/source/texk/dvipdfm-x/ChangeLog index ded1af799bd..f3141bc4d62 100644 --- a/Build/source/texk/dvipdfm-x/ChangeLog +++ b/Build/source/texk/dvipdfm-x/ChangeLog @@ -1,3 +1,7 @@ +2013-11-04 Akira Kakuto + + * pdfobj.c: Correct %c to %d since pdf_version is unsigned int. + 2013-10-24 Peter Breitenlohner * Makefile.am, /ac/withenable.ac, configure.ac: Use libs/paper. diff --git a/Build/source/texk/dvipdfm-x/pdfobj.c b/Build/source/texk/dvipdfm-x/pdfobj.c index 3eeb6176536..307f6210392 100644 --- a/Build/source/texk/dvipdfm-x/pdfobj.c +++ b/Build/source/texk/dvipdfm-x/pdfobj.c @@ -3011,7 +3011,7 @@ check_for_pdf (FILE *file) if (version <= pdf_version) return 1; - WARN("Version of PDF file (1.%c) is newer than version limit specification.", + WARN("Version of PDF file (1.%d) is newer than version limit specification.", pdf_version); return 0; } -- cgit v1.2.3