diff --git a/Terminal.Gui/Text/TextFormatter.cs b/Terminal.Gui/Text/TextFormatter.cs index ed49590e1..2478ddc3b 100644 --- a/Terminal.Gui/Text/TextFormatter.cs +++ b/Terminal.Gui/Text/TextFormatter.cs @@ -2444,7 +2444,7 @@ public class TextFormatter return text; } - const int maxStackallocCharBufferSize = 512; // ~1 kiB + const int maxStackallocCharBufferSize = 512; // ~1 kB char[]? rentedBufferArray = null; try {