Skip to content
Snippets Groups Projects
Commit 277bbde6 authored by rswindell's avatar rswindell
Browse files

Trim trailing-whitespace off of Windows socket error description strings.

parent adb32fb4
No related branches found
No related tags found
No related merge requests found
......@@ -513,6 +513,7 @@ DLLEXPORT const char* socket_strerror(int error_number)
msg,
sizeof(msg),
NULL);
truncsp(msg);
return msg;
}
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment