This commit is contained in:
JoelKatz
2012-05-30 14:18:45 -07:00
parent dc734a7f0b
commit 05eb5fa0f1

View File

@@ -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));
}
//