From c8adcb66d0c2a2c28e174aa9dc2f6348f3c7b848 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Tue, 16 Apr 2024 23:20:59 +0100 Subject: [PATCH] oops fix bad paste on SLUtil.cs --- OpenSim/Framework/SLUtil.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/Framework/SLUtil.cs b/OpenSim/Framework/SLUtil.cs index 9ea2416245..a36790fd4f 100644 --- a/OpenSim/Framework/SLUtil.cs +++ b/OpenSim/Framework/SLUtil.cs @@ -326,7 +326,7 @@ namespace OpenSim.Framework }; [MethodImpl(MethodImplOptions.AggressiveInlining)] - private static int SliceIndexOf(ReadOnlySpan s, int start, ReadOnlySpan n) + static int getField(string note, int start, string name, bool isString, out string value) { value = String.Empty; int end = -1;