WIP of the rapidJson update

This commit is contained in:
Areloch 2019-04-20 18:52:24 -05:00
parent af27fea500
commit dbd48cdbc1
39 changed files with 15695 additions and 2707 deletions

View file

@ -399,7 +399,7 @@ inline void TamlJSONReader::parseCustomNode( rapidjson::Value::ConstMemberIterat
if ( value.Size() == 1 )
{
// Yes, so parse the node text.
if ( parseStringValue( valueBuffer, sizeof(valueBuffer), value.Begin(), nodeName ) )
if ( parseStringValue( valueBuffer, sizeof(valueBuffer), *value.Begin(), nodeName ) )
{
pChildNode->setNodeText( valueBuffer );
}