[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: Paul Burba <ptburba_at_gmail.com>
Date: Mon, 6 Jul 2009 14:35:52 -0400

On Mon, Jul 6, 2009 at 1:45 PM, Greg Stein<gstein_at_gmail.com> wrote:
> 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 ?

Hey Greg,

Indeed we can, done r38352.

Thanks!

Paul

> Cheers,
> -g
>
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2368455
>

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2368478
Received on 2009-07-06 20:36:21 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.