1
0
Эх сурвалжийг харах

oops fix bad paste on SLUtil.cs

UbitUmarov 1 сар өмнө
parent
commit
c8adcb66d0

+ 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;