summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Build/source/texk/web2c/luatexdir/pdf/pdfgen.w2
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 {