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

Pr 2022.11.13 fix metamod/game support.cpp cstrs #25

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

Conversation

p5-vbnekit
Copy link
Contributor

work around c-strings in metamod/game_support.cpp

  1. fixed compilation on modern compilers - code healing fix for cstr*-str* conversions in metamod/game_support.cpp
  2. added missing #include <cstring>
  3. char const * => char* conversions fix
  4. cleaning up trailing spaces

P.S.
I'm back, finally! =)
#21

working...

Nikita Pushchin added 2 commits November 13, 2022 09:21
Some IDEs cleaning up trailing spaces this automatically.
Because people want to see only one line changed (where the real logic changes), and not a bunch of "space junk" - this interferes with an adequate code review. I take out this garbage of space symbols with a separate commit.
1. added missing `#include <cstring>`
2. char const * => char* conversions fix
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