fix a bug on flotsam getfilename

master
UbitUmarov 2020-07-11 20:03:31 +01:00
parent ebf5b69283
commit 541cb15751
1 changed files with 1 additions and 0 deletions

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)
{