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