diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2016-08-17 22:22:46 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2016-08-17 22:22:46 +0000 |
commit | 6b8a0c31db672831dce11fa98ac1596b66b97350 (patch) | |
tree | 31b15429b1e3adf53d419ca2dd8e2b1afbda11a4 /Build/source/texk/web2c/luatexdir/pdf/pdfgen.w | |
parent | cc0eb27fd88110d7528e593027becbc62bd7ff15 (diff) |
luatexdir: synced with the upstream
git-svn-id: svn://tug.org/texlive/trunk@41882 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/pdf/pdfgen.w')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/pdf/pdfgen.w | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/luatexdir/pdf/pdfgen.w b/Build/source/texk/web2c/luatexdir/pdf/pdfgen.w index e27928a9e18..bb3d47af670 100644 --- a/Build/source/texk/web2c/luatexdir/pdf/pdfgen.w +++ b/Build/source/texk/web2c/luatexdir/pdf/pdfgen.w @@ -576,7 +576,7 @@ void print_pdffloat(PDF pdf, pdffloat f) pdf_out(pdf, '1'); } else { char a[24]; - snprintf(a, 23, "%" LONGINTEGER_PRI "i", m); + snprintf(a, 23, "%" LONGINTEGER_PRI "i", (LONGINTEGER_TYPE) m); pdf_puts(pdf, a); } } else { |