Merge commit 'ecad9f9fd589f90d1c7a20faf14af0304804b616' into bigmerge

This commit is contained in:
Melanie
2011-10-25 02:57:01 +01:00
2 changed files with 28 additions and 2 deletions

View File

@@ -2675,10 +2675,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
/// indices, and the tolerance for out-of-bound values, makes
/// this more complicated than it might otherwise seem.
/// </summary>
public LSL_String llGetSubString(string src, int start, int end)
{
m_host.AddScriptLPS(1);
// Normalize indices (if negative).