This commit is contained in:
momo5502 2016-03-06 02:47:46 +01:00
parent f3766d611f
commit 572e2c6181

View File

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