[FIRE-34773] Tentative fix for library-skeleton name corruption
Be watchful for side-effects. Initial test suggest this is isolated to just the inventorymaster
parent
239e1b0f59
commit
7c86c974c6
|
|
@ -3403,7 +3403,7 @@ bool LLXMLNode::fromXMLRPCValue(LLSD& target)
|
|||
|
||||
if (childp->hasName("string"))
|
||||
{
|
||||
target.assign(LLStringFn::xml_decode(childp->getTextContents()));
|
||||
target.assign(childp->getValue());
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue