--- parser3/src/main/pa_socks.C 2015/10/26 01:21:59 1.29 +++ parser3/src/main/pa_socks.C 2026/04/25 13:38:46 1.35 @@ -1,11 +1,11 @@ /** @file Parser: socks initialization/finalization. - Copyright (c) 2001-2015 Art. Lebedev Studio (http://www.artlebedev.com) - Author: Alexandr Petrosian (http://paf.design.ru) + Copyright (c) 2001-2026 Art. Lebedev Studio (https://www.artlebedev.com) + Authors: Konstantin Morshnev , Alexandr Petrosian */ -volatile const char * IDENT_PA_SOCKS_C="$Id: pa_socks.C,v 1.29 2015/10/26 01:21:59 moko Exp $"; +volatile const char * IDENT_PA_SOCKS_C="$Id: pa_socks.C,v 1.35 2026/04/25 13:38:46 moko Exp $"; #include "pa_config_includes.h" @@ -26,7 +26,7 @@ void pa_socks_init() { err = WSAStartup( wVersionRequested, &wsaData ); if ( err != 0 ) { /* Tell the user that we could not find a usable */ - throw Exception(0, 0, "can not WSAStartup, err=%d", err); + throw Exception(0, 0, "cannot WSAStartup, err=%d", err); } }