You've already forked linux-packaging-mono
Imported Upstream version 6.12.0.132
Former-commit-id: 57410f157fab3c621915b1e646da037b83785a4f
This commit is contained in:
parent
e5a80106eb
commit
3b8ffadc5f
@@ -86,7 +86,7 @@ namespace System.Globalization
|
||||
unsafe int IndexOfCore (string source, string target, int startIndex, int count, CompareOptions options, int* matchLengthPtr)
|
||||
{
|
||||
if (matchLengthPtr != null)
|
||||
throw new NotImplementedException ();
|
||||
*matchLengthPtr = target.Length;
|
||||
|
||||
return internal_index_switch (source, startIndex, count, target, options, true);
|
||||
}
|
||||
|
Reference in New Issue
Block a user