mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:30:02 +08:00
Adjust to the Helpers->Utils rename
This commit is contained in:
@@ -561,7 +561,7 @@ namespace OpenSim.Framework.Communications.Capabilities
|
||||
endPos = FindEnd(llsd, 1);
|
||||
|
||||
if (Double.TryParse(llsd.Substring(1, endPos - 1), NumberStyles.Float,
|
||||
Helpers.EnUsCulture.NumberFormat, out value))
|
||||
Utils.EnUsCulture.NumberFormat, out value))
|
||||
return value;
|
||||
else
|
||||
throw new LLSDParseException("Failed to parse double value type");
|
||||
|
||||
Reference in New Issue
Block a user