1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-14 14:24:10 +02:00

Merge pull request #1772 from disarray2077/patch-10

Make `ReplaceLargerHelper` private
This commit is contained in:
Brian Fiete 2022-12-19 11:34:51 -05:00 committed by GitHub
commit ff8fc5526c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);