summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/pdftexdir/tounicode.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/pdftexdir/tounicode.c')
-rw-r--r--Build/source/texk/web2c/pdftexdir/tounicode.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/pdftexdir/tounicode.c b/Build/source/texk/web2c/pdftexdir/tounicode.c
index 716ebf6ea66..3d93a3578d4 100644
--- a/Build/source/texk/web2c/pdftexdir/tounicode.c
+++ b/Build/source/texk/web2c/pdftexdir/tounicode.c
@@ -1,5 +1,5 @@
/*
-Copyright 2006-2017 Han The Thanh, <thanh@pdftex.org>
+Copyright 2006-2019 Han The Thanh, <thanh@pdftex.org>
This file is part of pdfTeX.
@@ -118,7 +118,7 @@ void deftounicode(strnumber glyph, strnumber unistr)
i = sscanf(p, "%lX", &(gu->code));
assert(i == 1);
if (gu->code < 0 || gu->code > 0x10FFFF) {
- pdftex_warn("ToUnicode: value out of range [0,10FFFF]: %X",
+ pdftex_warn("ToUnicode: value out of range [0,10FFFF]: %lX",
gu->code);
gu->code = UNI_UNDEF;
}