mirror of https://github.com/fairyglade/ly.git
Fix error
This commit is contained in:
parent
a73579a034
commit
c76db08204
|
|
@ -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++)
|
||||
|
|
|
|||
Loading…
Reference in New Issue