Author: hwright
Date: Thu Jan 19 20:43:41 2012
New Revision: 1233564

URL: http://svn.apache.org/viewvc?rev=1233564&view=rev
Log:
* subversion/tests/libsvn_subr/spillbuf-test.c
  (test_spillbuf_file): Remove integer bitness conversion warning.

Modified:
    subversion/trunk/subversion/tests/libsvn_subr/spillbuf-test.c

Modified: subversion/trunk/subversion/tests/libsvn_subr/spillbuf-test.c
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/libsvn_subr/spillbuf-test.c?rev=1233564&r1=1233563&r2=1233564&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/libsvn_subr/spillbuf-test.c (original)
+++ subversion/trunk/subversion/tests/libsvn_subr/spillbuf-test.c Thu Jan 19 
20:43:41 2012
@@ -132,7 +132,7 @@ test_spillbuf_file(apr_pool_t *pool)
   int i;
   const char *readptr;
   apr_size_t readlen;
-  int cur_index;
+  apr_size_t cur_index;
 
   /* Place enough data into the buffer to cause a spill to disk. Note that
      we are writing data that is *smaller* than the blocksize.  */


Reply via email to