You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some APIs check will convert null const char* arguments to an empty string. I propose CSFML stop doing this except where the API actually promises that the behavior of null arguments is defined.
Some APIs check will convert null
const char*
arguments to an empty string. I propose CSFML stop doing this except where the API actually promises that the behavior of null arguments is defined.For example:
CSFML/src/CSFML/Network/Ftp.cpp
Lines 224 to 228 in 21d4571
The text was updated successfully, but these errors were encountered: