More mem*() stuff...
This commit is contained in:
parent
678116b6d1
commit
e1091611da
2 changed files with 2 additions and 2 deletions
|
@ -194,7 +194,7 @@ public:
|
|||
{
|
||||
unsigned int p = startAt;
|
||||
|
||||
memset(this,0,sizeof(CertificateOfOwnership));
|
||||
*this = CertificateOfOwnership();
|
||||
|
||||
_networkId = b.template at<uint64_t>(p); p += 8;
|
||||
_ts = b.template at<uint64_t>(p); p += 8;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue