add missing dependency for pgsql connector

This commit is contained in:
UbitUmarov
2024-05-15 19:05:32 +01:00
parent 3e4f4208b2
commit a79f5d58f6
2 changed files with 1 additions and 2 deletions

View File

@@ -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
// </para>
// <para>
// 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
// <para>
// The 6-bit segments are
// extracted left-to-right in big-endian mode,

Binary file not shown.