mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
oops fix bad paste on SLUtil.cs
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user