mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
Cleanups.
This commit is contained in:
@@ -101,7 +101,7 @@ SHAMapNode::SHAMapNode(const void *ptr, int len)
|
||||
else
|
||||
{
|
||||
memcpy(&mNodeID, ptr, 32);
|
||||
mDepth=*(reinterpret_cast<const unsigned char *>(ptr) + 32);
|
||||
mDepth=*(static_cast<const unsigned char *>(ptr) + 32);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user