This commit is contained in:
JoelKatz
2012-06-01 16:10:02 -07:00
parent 7f4135a223
commit bd9fec36ae

View File

@@ -147,7 +147,7 @@ std::string STVariableLength::getText() const
STVariableLength* STVariableLength::construct(SerializerIterator& u, const char *name)
{
return new STVariableLength(u.getVL());
return new STVariableLength(name, u.getVL());
}
int STVariableLength::getLength() const