This commit is contained in:
Glenn Maynard
2006-10-05 00:10:18 +00:00
parent 430a794b31
commit 66bb6ad544
+1 -1
View File
@@ -284,7 +284,7 @@ static void MergeIniUnder( XNode *pFrom, XNode *pTo )
FOREACHM( RString, XNodeValue *, pSectionNode->m_attrs, it2 )
{
/* Don't overwrite existing nodes. */
pChildNode->AppendAttr( it2->first, it2->second, false );
pChildNode->AppendAttr( it2->first, new XNodeValue(*it2->second), false );
}
}