Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed wrong argument in inputs.s input_desktop (issue #468) #469

Merged
merged 1 commit into from
Dec 8, 2022

Conversation

spynetS
Copy link
Contributor

@spynetS spynetS commented Dec 8, 2022

Changed

char* name_simple = strdup(name_len);
to
char* name_simple = strdup(name);

in inputs.c input_desktop
line 199

@spynetS spynetS changed the title #468 Fixed wrong argument in inputs.s input_desktop Fixed wrong argument in inputs.s input_desktop issue #468 Dec 8, 2022
@spynetS spynetS changed the title Fixed wrong argument in inputs.s input_desktop issue #468 Fixed wrong argument in inputs.s input_desktop (issue #468) Dec 8, 2022
@AnErrupTion
Copy link
Collaborator

I should not write C code at night :)

@AnErrupTion AnErrupTion merged commit 24f017e into fairyglade:master Dec 8, 2022
@spynetS
Copy link
Contributor Author

spynetS commented Dec 8, 2022

I should not write C code at night :)

Relatable 😅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants