Re: svn commit: r935837 - /subversion/trunk/subversion/libsvn_subr/dirent_uri.c
From: Greg Stein <gstein_at_gmail.com>
Date: Tue, 20 Apr 2010 09:12:23 -0400
On Tue, Apr 20, 2010 at 05:04, <rhuijben_at_apache.org> wrote:
You don't need apr_uintptr_t here. That type is used to stash a
apr_size_t amt = (apr_size_t)((char *)ptr1 - (char *)ptr2);
>...
pre_schema_size = (apr_size_t)(schema_data - canon);
>
(apr_size_t)(src - canon) + need_extra + 1
> memcpy(dst, canon, pre_schema_size);
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.