1
0
Fork 0
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:
disarray2077 2022-12-19 13:11:13 -03:00 committed by GitHub
parent b4dc3039fc
commit 7100333f9a
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);