This commit is contained in:
Adam Ierymenko 2019-10-02 14:30:46 -07:00
parent e2f3996843
commit 68ac884d47
No known key found for this signature in database
GPG key ID: C8877CF2D7A5D7F3
6 changed files with 38 additions and 51 deletions

View file

@ -308,6 +308,7 @@ public:
} else {
b.append((uint8_t)0);
}
b.append((uint16_t)0); // size of additional fields
break;
}
@ -371,6 +372,7 @@ public:
} else {
_hasPrivate = false;
}
p += b.template at<uint16_t>(p) + 2;
break;
default: