mirror of
https://codeberg.org/fairyglade/ly.git
synced 2026-08-20 04:24:19 +02:00
Fixed wrong argument in inputs.s input_desktop (#469)
This commit is contained in:
parent
33662480e9
commit
24f017e09c
1 changed files with 1 additions and 1 deletions
|
|
@ -196,7 +196,7 @@ void input_desktop_add(
|
|||
target->list[target->cur] = name;
|
||||
|
||||
int name_len = strlen(name);
|
||||
char* name_simple = strdup(name_len);
|
||||
char* name_simple = strdup(name);
|
||||
|
||||
if (strstr(name_simple, " ") != NULL)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue