diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs index 16b13ad225..fafaec0aef 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs @@ -12059,7 +12059,6 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api // these functions, so the string to integer // conversion returns '0' if an invalid // character is encountered during conversion. - // Only full bytes are considered, partial are counted as 0 // // // References @@ -12193,7 +12192,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api // be returned. // If fewer than 6 characters are supplied, then // the answer will reflect a partial - // accumulation. + // accumulation of full bytes // // The 6-bit segments are // extracted left-to-right in big-endian mode, diff --git a/bin/Microsoft.Extensions.Logging.Abstractions.dll b/bin/Microsoft.Extensions.Logging.Abstractions.dll new file mode 100644 index 0000000000..5db1685868 Binary files /dev/null and b/bin/Microsoft.Extensions.Logging.Abstractions.dll differ