[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r34304 - trunk/subversion/svn

From: Greg Stein <gstein_at_gmail.com>
Date: Fri, 21 Nov 2008 06:36:22 -0800

On Fri, Nov 21, 2008 at 06:33, <stsp_at_tigris.org> wrote:
>...
> +++ trunk/subversion/svn/tree-conflicts.h Fri Nov 21 06:33:02 2008 (r34304)
> @@ -35,14 +35,16 @@ extern "C" {
>
>
> /**
> - * Append to @a descriptions a possibly localized human readable
> + * Return in @a desc a possibly localized human readable
> * description of a tree conflict described by @a conflict.
> *
> + * Allocate the result in @a pool.
> + *
> * @since New in 1.6.
> */
> svn_error_t *
> -svn_cl__append_human_readable_tree_conflict_description(
> - svn_stringbuf_t *descriptions,
> +svn_cl__get_human_readable_tree_conflict_description(
> + svn_string_t **desc,
> const svn_wc_conflict_description_t *conflict,
> apr_pool_t *pool);

Does this need to be an svn_string_t ? Couldn't it be a simple const char * ?

Cheers,
-g

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-11-21 15:36:41 CET

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.