You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Greg Stein <gs...@lyra.org> on 2002/05/07 17:49:51 UTC

Re: svn commit: rev 1892 - trunk/subversion/libsvn_client

On Mon, May 06, 2002 at 08:58:39PM -0500, sussman@tigris.org wrote:
>...
> +++ trunk/subversion/libsvn_client/repos_diff.c	Mon May  6 20:58:32 2002
>...
> -  dir_baton->path = svn_path_join (apr_pstrdup (pool, eb->target->data), path,
> -                                   pool);
>...
> -  file_baton->path = svn_path_join (apr_pstrdup (pool, eb->target->data), path,
> -                                    pool);

If you ever put this back in, note that you do NOT need to dup the string
before passing it to join(). join() is guaranteed to always return its value
in the new pool.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org