mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
fix a bug on flotsam getfilename
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user