mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-12 09:58:36 +00:00
Oops, byte offset was as off_t.
This commit is contained in:
parent
40ac28454e
commit
78cb0ab485
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=60586
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user