From 29af4a4709fea3ad06514083d3e96f08a202ebf4 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 11 Sep 2018 14:02:50 +0200 Subject: Fix warning. --- source/pdf/pdf-xref.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/pdf/pdf-xref.c b/source/pdf/pdf-xref.c index ed12b35c..2475b6e8 100644 --- a/source/pdf/pdf-xref.c +++ b/source/pdf/pdf-xref.c @@ -1161,7 +1161,7 @@ pdf_read_xref_sections(fz_context *ctx, pdf_document *doc, int64_t ofs, pdf_lexb } if (i < len) { - fz_warn(ctx, "ignoring xref section recursion at offset %lu", ofs); + fz_warn(ctx, "ignoring xref section recursion at offset %d", (int)ofs); break; } if (len == cap) -- cgit v1.2.3