Commit Diff
--- pdf.c +++ pdf.c @@ -4972,7 +4972,7 @@ parse_xrefs(const uint8_t *input, size_t sz, size_t *n offset = H_INDEX_UINT(res->ast, 0); if (offset > sz) { log_message(5, "%s: startxref value at %zu (%#zx) points " - "outside the file\n", sz - i, sz - i); + "outside the file\n", infile, sz - i, sz - i); goto end; }