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