Fix error

This commit is contained in:
AnErrupTion 2022-04-20 00:41:02 +02:00
parent a73579a034
commit c76db08204
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ void input_desktop_add(
if (strstr(name, " ") != NULL)
{
name = strtok(name_simple, " ");
name = strtok(name, " ");
}
for (int i = 0; i < name_len; i++)