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

Re: svn commit: r38349 - trunk/subversion/libsvn_client

From: Greg Stein <gstein_at_gmail.com>
Date: Mon, 6 Jul 2009 19:45:29 +0200

On Mon, Jul 6, 2009 at 19:19, Paul T. Burba<pburba_at_collab.net> wrote:
>...
> +++ trunk/subversion/libsvn_client/merge.c      Mon Jul  6 10:19:13 2009        (r38349)
> @@ -3619,13 +3619,9 @@ find_gaps_in_merge_source_history(svn_re
>             {
>               const void *key;
>               void *value;
> -              const char *path;
> -              apr_array_header_t *rangelist;
>
>               apr_hash_this(hi, &key, NULL, &value);
> -              path = key;
> -              rangelist = value;
> -              SVN_ERR(svn_rangelist_merge(&implicit_rangelist, rangelist,
> +              SVN_ERR(svn_rangelist_merge(&implicit_rangelist, value,
>                                           scratch_pool));

Seems you could pass NULL rather than &key ?

Cheers,
-g

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2368455
Received on 2009-07-06 19:45:49 CEST

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.