mirror of
https://github.com/fairyglade/ly
synced 2024-11-13 13:10:25 +00:00
parent
2ffb86213b
commit
19153760d3
@ -196,9 +196,7 @@ void input_desktop_add(
|
||||
target->list[target->cur] = name;
|
||||
|
||||
int name_len = strlen(name);
|
||||
char* name_simple = malloc(name_len);
|
||||
|
||||
memcpy(name_simple, name, name_len);
|
||||
char* name_simple = strdup(name_len);
|
||||
|
||||
if (strstr(name_simple, " ") != NULL)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user