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

RE: svn commit: r26803 - in trunk/subversion: libsvn_client tests/cmdline

From: Kamesh Jayachandran <kamesh_at_collab.net>
Date: 2007-09-28 22:29:12 CEST

>> + {
>> + svn_merge_range_t *range =
>> APR_ARRAY_IDX(children_with_mergeinfo, 0,
>> +
>> svn_merge_range_t *);

>Hi Kamesh,

>Spotted this while working on issue 2818:

>children_with_mergeinfo is populated with svn_client__merge_path_t* not
>svn_client__merge_path_t *. I assume you meant something like:

>svn_merge_range_t *range = APR_ARRAY_IDX(child->remaining_ranges, 0,
>svn_merge_range_t *); ?

Thanks for the catch Paul, fixed in r26840.

With regards
Kamesh Jayachandran
Received on Fri Sep 28 22:36:07 2007

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.