Skip to content

Fix the value checked for in RakNet #11

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

janisozaur
Copy link

The return type of GetConnectionByGUID is a pointer

The return type of GetConnectionByGUID is a pointer
@montdidier
Copy link

Obviously this will trip up older compilers C++03 etc without back porting nullptr. I don't know if they are even still relevant anymore but this codebase was built for that era of compiler.

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