Merge branch 'AltCompilers' of git://github.com/LightDrake/SingularityViewer
Conflicts: indra/newview/skins/default/xui/en-us/strings.xml
This commit is contained in:
@@ -571,7 +571,7 @@ void LLPostProcess::setSelectedEffectValue(std::string const & setting, LLSD& va
|
||||
S32 elem=0;
|
||||
if(sscanf(setting.c_str(),"%255[^[][%d]", buf, &elem) == 2)
|
||||
{
|
||||
mSelectedEffectInfo[(char*)buf][elem] = value;
|
||||
mSelectedEffectInfo[std::string(buf)][elem] = value;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user