Oops, byte offset was as off_t.

This commit is contained in:
Poul-Henning Kamp 2000-05-15 08:43:25 +00:00
parent 40ac28454e
commit 78cb0ab485
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=60586

View File

@ -101,7 +101,7 @@ c_regular(fd1, file1, skip1, len1, fd2, file2, skip2, len2)
if ((ch = *p1) != *p2) {
if (xflag) {
dfound = 1;
(void)printf("%08x %02x %02x\n", byte - 1, ch, *p2);
(void)printf("%08qx %02x %02x\n", byte - 1, ch, *p2);
} else if (lflag) {
dfound = 1;
(void)printf("%6qd %3o %3o\n", byte, ch, *p2);