mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-30 08:19:09 +00:00
repair editor damage
This commit is contained in:
parent
0a0e709620
commit
18c5c2467a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=20336
@ -188,7 +188,7 @@ llc_print(const u_char *p, u_int length, u_int caplen,
|
||||
caplen -= 4;
|
||||
}
|
||||
(void)printf(" len=%d", length);
|
||||
if (caplen > 0 !qflag) {
|
||||
if (caplen > 0 && !qflag) {
|
||||
default_print_unaligned(p, caplen);
|
||||
}
|
||||
return(1);
|
||||
|
Loading…
Reference in New Issue
Block a user