Fix another warning introduced in 0c6ec5d8

This commit is contained in:
Nick Mathewson 2013-04-25 14:48:56 -04:00
parent eeb700ce31
commit ed26561b0c

View File

@ -1708,7 +1708,7 @@ evutil_socket_error_to_string(int errcode)
if (!newerr) {
LocalFree(msg);
msg = "winsock error";
msg = (char *)"malloc failed during Winsock error";
goto done;
}