Browse Source

oops fix bad paste on SLUtil.cs

UbitUmarov 7 months ago
parent
commit
c8adcb66d0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      OpenSim/Framework/SLUtil.cs

+ 1 - 1
OpenSim/Framework/SLUtil.cs

@@ -326,7 +326,7 @@ namespace OpenSim.Framework
         };
 
         [MethodImpl(MethodImplOptions.AggressiveInlining)]
-        private static int SliceIndexOf(ReadOnlySpan<char> s, int start, ReadOnlySpan<char> n)
+        static int getField(string note, int start, string name, bool isString, out string value)
         {
             value = String.Empty;
             int end = -1;