diff --git a/src/Components/Modules/Colors.cpp b/src/Components/Modules/Colors.cpp index a2769e39..d620ddc9 100644 --- a/src/Components/Modules/Colors.cpp +++ b/src/Components/Modules/Colors.cpp @@ -185,7 +185,7 @@ namespace Components char* Colors::CleanStrStub(char* string) { - Colors::Strip(string, string, strlen(string)); + Colors::Strip(string, string, strlen(string) + 1); return string; }