fix a bug on flotsam getfilename

This commit is contained in:
UbitUmarov
2020-07-11 20:03:31 +01:00
parent ebf5b69283
commit 541cb15751

View File

@@ -745,6 +745,7 @@ namespace OpenSim.Region.CoreModules.Asset
int indx = id.IndexOfAny(m_InvalidChars);
if (indx >= 0)
{
sb.Append(id);
int sublen = id.Length - indx;
for(int i = 0; i < m_InvalidChars.Length; ++i)
{