<div dir="ltr"><br>---<br> toys/other/readelf.c | 2 +-<br> 1 file changed, 1 insertion(+), 1 deletion(-)<br><br>diff --git a/toys/other/readelf.c b/toys/other/readelf.c<br>index 45afd83a..29e27244 100644<br>--- a/toys/other/readelf.c<br>+++ b/toys/other/readelf.c<br>@@ -57,7 +57,7 @@ static long long elf_get(char **p, int len)<br>   long long result;<br> <br>   if (*p+len-TT.elf>TT.size)<br>-    perror_exit("Access off end: %ld[%d] of %lld\n", *p-TT.elf, len, TT.size);<br>+    perror_exit("Access off end: %td[%d] of %lld\n", *p-TT.elf, len, TT.size);<br> <br>   result = ((TT.endian == 2) ? peek_be : peek_le)(*p, len);<br>   *p += len;<br>-- <br>2.31.1.818.g46aad6cb9e-goog<br></div>