mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-09 22:03:15 -05:00
please lint.
git-svn-id: file:///svn/unbound/trunk@3693 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
b8df3634cc
commit
fe4760787e
1 changed files with 1 additions and 1 deletions
|
|
@ -332,7 +332,7 @@ i * the '44' is the total remaining length.
|
|||
p += bnsize-r_rem;
|
||||
memmove(p, mid, (size_t)mid_len-1);
|
||||
p += mid_len-1;
|
||||
*p = bnsize + s_high - s_rem;
|
||||
*p = (uint8_t)(bnsize + s_high - s_rem);
|
||||
p += 1;
|
||||
if(s_high) {
|
||||
*p = 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue