diff options
Diffstat (limited to 'utils/5cv')
| -rw-r--r-- | utils/5cv/5cv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/5cv/5cv.c b/utils/5cv/5cv.c index 1edbf6c6..67b400ab 100644 --- a/utils/5cv/5cv.c +++ b/utils/5cv/5cv.c @@ -107,7 +107,7 @@ get_file(char *ifile) h = crackhdr(Ifd, &Ihdr); if (!h || Debug){ fprint(2, "Crackhdr: %d, type: %d, name: %s\n", h, Ihdr.type, Ihdr.name); - fprint(2, "txt %lux, ent %lux, txtsz %lux, dataddr %lux\n", + fprint(2, "txt %llux, ent %llux, txtsz %lux, dataddr %llux\n", Ihdr.txtaddr, Ihdr.entry, Ihdr.txtsz, Ihdr.dataddr); } if (!h) |
