Skip to content

Commit

Permalink
Minor typo fix to previous commit.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@388285 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
wrowe committed Mar 23, 2006
1 parent d56099a commit 3b4edd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion file_io/win32/readwrite.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ static apr_status_t read_with_timeout(apr_file_t *file, void *buf, apr_size_t le
/* OK and 0 bytes read ==> end of file */
if (rv == APR_SUCCESS && bytesread == 0)
rv = APR_EOF;
}

if (rv == APR_SUCCESS && file->pOverlapped && !file->pipe) {
file->filePtr += bytesread;
}
Expand Down

0 comments on commit 3b4edd0

Please sign in to comment.