Re: [Openvpn-devel] [PATCH] Uniform swprintf() across MinGW and MSVC compilers

2017-10-17 Thread Selva
Hi On Fri, Oct 13, 2017 at 5:50 AM, Simon Rozman wrote: > Legacy _snwprintf() and snwprintf() functions replaced with ISO C > swprintf(). > > Assigning _snwprintf() return value to unused variable was also removed > at one occasion. > --- > src/openvpn/tun.c | 2 +- > src/openvpnse

[Openvpn-devel] [PATCH] Uniform swprintf() across MinGW and MSVC compilers

2017-10-13 Thread Simon Rozman
Legacy _snwprintf() and snwprintf() functions replaced with ISO C swprintf(). Assigning _snwprintf() return value to unused variable was also removed at one occasion. --- src/openvpn/tun.c | 2 +- src/openvpnserv/interactive.c | 20 ++-- src/openvpnserv/validate.c