please lint.

git-svn-id: file:///svn/unbound/trunk@3693 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2016-03-23 08:42:18 +00:00
parent b8df3634cc
commit fe4760787e

View file

@ -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;