Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience

master
Richard Nelson 2011-09-12 18:01:26 -07:00
commit aa75136e1a
1 changed files with 5 additions and 0 deletions

View File

@ -159,6 +159,11 @@ LLSD* LLParamSDParser::getSDWriteNode(const parser_t::name_stack_t& name_stack)
it != name_stack.end();
++it)
{
if (it->first.empty())
{
continue;
}
bool new_array_entry = false;
if (prev_it == mNameStack.end())
{