mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-15 14:54:09 +02:00
Merge pull request #1772 from disarray2077/patch-10
Make `ReplaceLargerHelper` private
This commit is contained in:
commit
ff8fc5526c
1 changed files with 1 additions and 1 deletions
|
@ -2125,7 +2125,7 @@ namespace System
|
||||||
return UTF8.Decode(ptr + idx, mLength - idx).c == c;
|
return UTF8.Decode(ptr + idx, mLength - idx).c == c;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void ReplaceLargerHelper(String find, String replace)
|
private void ReplaceLargerHelper(String find, String replace)
|
||||||
{
|
{
|
||||||
List<int> replaceEntries = scope List<int>(8192);
|
List<int> replaceEntries = scope List<int>(8192);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue