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

Update Russian translation & fix of couple things in Linux GUI #1791

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

dmitry-pshenitsin
Copy link

@dmitry-pshenitsin dmitry-pshenitsin commented Aug 16, 2022

Update of Russian translation & fix of couple things in Linux GUI

the string argv[0] contains the name of program, there is no need to check it in this loop.
the array argv contains argc elements, so argv[argc - 1 + 1] is out bounds.
@dmitry-pshenitsin dmitry-pshenitsin changed the title Update Russian translation Update Russian translation & fix of couple things in Linux GTK GUI Aug 16, 2022
the string argv[0] contains the name of program, there is no need to check it in this loop.
the array argv contains argc elements, so argv[argc - 1 + 1] is out bounds.
@dmitry-pshenitsin dmitry-pshenitsin changed the title Update Russian translation & fix of couple things in Linux GTK GUI Update Russian translation & fix of couple things in Linux GUI Aug 16, 2022
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.

1 participant