This commit is contained in:
JustArchi
2019-04-10 20:21:11 +02:00
parent ab92065185
commit 7ebfbb6f31

View File

@@ -192,7 +192,7 @@ namespace ArchiSteamFarm {
string lastHex;
if (text.Length >= split) {
StringBuilder hex = new StringBuilder(split, 16);
StringBuilder hex = new StringBuilder(split, split);
foreach (char character in text) {
hex.Append(character);