Make the last otem in a list created with llCSV2List findable

avinationmerge
Melanie 2011-06-05 17:08:21 +02:00
parent 458a8c6d0b
commit a41051f1dd
1 changed files with 1 additions and 1 deletions

View File

@ -5489,7 +5489,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
}
}
result.Add(src.Substring(start,length).Trim());
result.Add(new LSL_String(src.Substring(start,length).Trim()));
return result;
}