This commit is contained in:
parent
f3766d611f
commit
572e2c6181
@ -185,7 +185,7 @@ namespace Components
|
|||||||
|
|
||||||
char* Colors::CleanStrStub(char* string)
|
char* Colors::CleanStrStub(char* string)
|
||||||
{
|
{
|
||||||
Colors::Strip(string, string, strlen(string));
|
Colors::Strip(string, string, strlen(string) + 1);
|
||||||
return string;
|
return string;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user