mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
ooops
This commit is contained in:
@@ -6668,7 +6668,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
if (start < 0)
|
||||
return -1;
|
||||
}
|
||||
else if (start >= src.Length)
|
||||
else if (start >= srclen)
|
||||
return -1;
|
||||
|
||||
int end = lend.value;
|
||||
|
||||
Reference in New Issue
Block a user