mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-16 15:24:10 +02:00
Make ReplaceLargerHelper
private
This commit is contained in:
parent
b4dc3039fc
commit
7100333f9a
1 changed files with 1 additions and 1 deletions
|
@ -2125,7 +2125,7 @@ namespace System
|
|||
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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue