mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Typo.
This commit is contained in:
@@ -196,7 +196,7 @@ void STVector256::add(Serializer& s) const
|
||||
{
|
||||
int size = mValue.size();
|
||||
if (!size) s.addVL(NULL, 0);
|
||||
s.addVL(mValue[0].begin(), mValue.size() & (256 / 8));
|
||||
s.addVL(mValue[0].begin(), mValue.size() * (256 / 8));
|
||||
}
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user