On Mon, May 23, 2011 at 09:11,  <hwri...@apache.org> wrote:
> Author: hwright
> Date: Mon May 23 13:11:10 2011
> New Revision: 1126481
>
> URL: http://svn.apache.org/viewvc?rev=1126481&view=rev
> Log:
> Remove some integer size mismatch warnings by using size_t in places where
> we calculate pointer differences.

Strictly speaking, it is best to use apr_size_t for those old
platforms where size_t is not available.

That said, I doubt we're running on them nowadays...

Cheers,
-g

Reply via email to