Re: [Openvpn-devel] [PATCH] Fix format spec errors in Windows builds

2018-02-21 Thread Selva Nair
Hi, On Tue, Feb 20, 2018 at 3:20 AM, Gert Doering wrote: > Hi, > > On Mon, Feb 19, 2018 at 03:26:34PM -0500, selva.n...@gmail.com wrote: >> - In route.c print adapter_index as unsigned int as in the rest >> of the code. > > That one confuses me, but that is most likely me vs. windows types. > >

Re: [Openvpn-devel] [PATCH] Fix format spec errors in Windows builds

2018-02-20 Thread Gert Doering
Hi, On Mon, Feb 19, 2018 at 03:26:34PM -0500, selva.n...@gmail.com wrote: > - In route.c print adapter_index as unsigned int as in the rest > of the code. That one confuses me, but that is most likely me vs. windows types. adapter_index is declared as "DWORD" in tun.h, and https://msdn.mic