Bring casing of llSHA1String in line with SL

avinationmerge
Melanie 2012-07-01 18:05:35 +02:00
parent e9e409a794
commit 7eb95c9ed9
1 changed files with 1 additions and 1 deletions

View File

@ -7479,7 +7479,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
public LSL_String llSHA1String(string src)
{
m_host.AddScriptLPS(1);
return Util.SHA1Hash(src, Encoding.UTF8).ToLower();
return Util.SHA1Hash(src, Encoding.UTF8).ToUpper();
}
protected ObjectShapePacket.ObjectDataBlock SetPrimitiveBlockShapeParams(SceneObjectPart part, int holeshape, LSL_Vector cut, float hollow, LSL_Vector twist, byte profileshape, byte pathcurve)