Re: svn commit: r1806603 - /apr/apr/trunk/file_io/win32/readwrite.c

2017-08-30 Thread Ivan Zhakov
On 30 August 2017 at 13:57, Evgeny Kotkov wrote: > Bert Huijben writes: > >>> rv = WriteFile(thefile->filehand, buf, (DWORD)*nbytes, , >>> thefile->pOverlapped); >>> +if (rv == APR_SUCCESS &&

Re: svn commit: r1806603 - /apr/apr/trunk/file_io/win32/readwrite.c

2017-08-30 Thread Evgeny Kotkov
Bert Huijben writes: >> rv = WriteFile(thefile->filehand, buf, (DWORD)*nbytes, , >> thefile->pOverlapped); >> +if (rv == APR_SUCCESS && thefile->pOverlapped) { >> +thefile->filePtr += *nbytes; >> +}

RE: svn commit: r1806603 - /apr/apr/trunk/file_io/win32/readwrite.c

2017-08-30 Thread Bert Huijben
> -Original Message- > From: i...@apache.org [mailto:i...@apache.org] > Sent: dinsdag 29 augustus 2017 16:59 > To: comm...@apr.apache.org > Subject: svn commit: r1806603 - /apr/apr/trunk/file_io/win32/readwrite.c > > Author: ivan > Date: Tue Aug 29 14:59:11 2017 > New Revision: 1806603