mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
*** empty log message ***
This commit is contained in:
parent
cfe434e8a3
commit
f384fc830a
@ -55,7 +55,7 @@ handle_socket_error(void) {
|
|||||||
case 10093:
|
case 10093:
|
||||||
return "WSAStartup() was not called";
|
return "WSAStartup() was not called";
|
||||||
case 0:
|
case 0:
|
||||||
return sterror(errno);
|
return strerror(errno);
|
||||||
default:
|
default:
|
||||||
if (express_cat.is_debug())
|
if (express_cat.is_debug())
|
||||||
express_cat.debug()
|
express_cat.debug()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user