Re: [PATCH][merge-tracking] code simplification of get_merge_info_for_path
From: Malcolm Rowe <malcolm-svn-dev_at_farside.org.uk>
Date: 2006-10-09 11:05:54 CEST
On Mon, Oct 09, 2006 at 12:00:49PM +0530, Kamesh Jayachandran wrote:
> @@ -490,8 +488,7 @@
Nice find, although I find the &path[n] syntax easier to parse myself
However, I don't understand why this function needs to copy part of path
i.e. what's wrong with just this?
toappend = &path[parentpath->len + 1];
Alternatively, if you do need to copy it, just call apr_pstrdup() rather
Regards,
|
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.