-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
wrong return value sf::SocketTCP::Connect on linux (ubuntu) #26
Labels
Comments
sf::SocketTCP returns a sf::Socket::Status, not a boolean. The doc will be fixed accordingly. |
lioncash
added a commit
to lioncash/dolphin
that referenced
this issue
Feb 10, 2014
This was simply an error in documentation. It actually returns an sf::Socket::Status enum value as a result.
lioncash
added a commit
to lioncash/dolphin
that referenced
this issue
Feb 10, 2014
This was simply an error in documentation. It actually returns an sf::Socket::Status enum value as a result.
lioncash
added a commit
to lioncash/dolphin
that referenced
this issue
Feb 10, 2014
This was simply an error in documentation. It actually returns an sf::Socket::Status enum value as a result.
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On linux, sf::SocketTCP::Connect() returns false when successful, and true when unsuccessful. (The doc says it should be true on success and false on failure)
SFML Version 1.6, Linux (ubuntu).
The text was updated successfully, but these errors were encountered: