From dc598c5d594614c3e4bd16e5a52655eb05c407fc Mon Sep 17 00:00:00 2001 From: wrowe Date: Thu, 17 Mar 2005 06:32:58 +0000 Subject: No reason for this index to ever be signed, the nvec is always unsigned and no negative value applies. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.1.x@157908 13f79535-47bb-0310-9956-ffa450edef68 --- file_io/unix/fullrw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file_io/unix/fullrw.c b/file_io/unix/fullrw.c index 71ffe0f55..27754b74f 100644 --- a/file_io/unix/fullrw.c +++ b/file_io/unix/fullrw.c @@ -67,7 +67,7 @@ APR_DECLARE(apr_status_t) apr_file_writev_full(apr_file_t *thefile, apr_size_t *bytes_written) { apr_status_t rv = APR_SUCCESS; - int i; + apr_size_t int i; apr_size_t amt = 0; apr_size_t total = 0; -- cgit v1.2.1