find Interfaces
This commit is contained in:
parent
d61bfbadf2
commit
f0def9c046
8 changed files with 54 additions and 84 deletions
|
|
@ -75,7 +75,7 @@ void Packet::parse(bytes data) {
|
|||
pull(head, i, tokenId);
|
||||
pull(head, i, checkSum);
|
||||
if (this->getLength() != checkLen) {
|
||||
printf("Packet Length doesn't match: %hd != %hd\n", data.size(),
|
||||
printf("Packet Length doesn't match: %lu != %hd\n", data.size(),
|
||||
checkLen);
|
||||
}
|
||||
i = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue