mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
try another way...
This commit is contained in:
@@ -12459,7 +12459,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
d = delarray[j];
|
||||
if (d != null)
|
||||
{
|
||||
int index = src.IndexOf(d, i);
|
||||
int index = src.IndexOf(d, i, StringComparison.Ordinal);
|
||||
if (index < 0)
|
||||
{
|
||||
delarray[j] = null; // delim nowhere in src, don't check it anymore
|
||||
|
||||
Reference in New Issue
Block a user