diff options
author | opensim mirror account | 2010-10-21 02:20:04 -0700 |
---|---|---|
committer | opensim mirror account | 2010-10-21 02:20:04 -0700 |
commit | bab7f99865b94cf15eab2ae4fbcebf48fe9a813f (patch) | |
tree | a05a78b2a7f1bdabcc9fe607db15e612450c95bf | |
parent | Merge branch 'master' of /var/git/opensim/ (diff) | |
parent | Fix the OOB error (#5102). Sorry, my bad. (diff) | |
download | opensim-SC_OLD-bab7f99865b94cf15eab2ae4fbcebf48fe9a813f.zip opensim-SC_OLD-bab7f99865b94cf15eab2ae4fbcebf48fe9a813f.tar.gz opensim-SC_OLD-bab7f99865b94cf15eab2ae4fbcebf48fe9a813f.tar.bz2 opensim-SC_OLD-bab7f99865b94cf15eab2ae4fbcebf48fe9a813f.tar.xz |
Merge branch 'master' of /var/git/opensim/
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs index cc6ded7..92523d4 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | |||
@@ -8435,7 +8435,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api | |||
8435 | { | 8435 | { |
8436 | for (j = seplen; (j < mlen) && (offset[best] > beginning); j++) | 8436 | for (j = seplen; (j < mlen) && (offset[best] > beginning); j++) |
8437 | { | 8437 | { |
8438 | if (spcarray[j].ToString() == String.Empty) | 8438 | if (spcarray[j-seplen].ToString() == String.Empty) |
8439 | active[j] = false; | 8439 | active[j] = false; |
8440 | 8440 | ||
8441 | if (active[j]) | 8441 | if (active[j]) |