Re: [PATCH] Fix number of array elements

2016-10-12 Thread Stefan
On 10/12/2016 1:22 PM, Daniel Shahaf wrote: > Stefan wrote on Wed, Oct 12, 2016 at 13:17:50 +0200: >> On 10/12/2016 12:58 PM, Ivan Zhakov wrote: >>> PS: Please submit patches with text/plain mime type as recommended in >>> Community Guide [1] >>> [1] >>> https://subversion.apache.org/docs/communit

Re: [PATCH] Fix number of array elements

2016-10-12 Thread Daniel Shahaf
Stefan wrote on Wed, Oct 12, 2016 at 13:17:50 +0200: > On 10/12/2016 12:58 PM, Ivan Zhakov wrote: > > PS: Please submit patches with text/plain mime type as recommended in > > Community Guide [1] > > [1] > > https://subversion.apache.org/docs/community-guide/general.html#patches-submission > Didn'

Re: [PATCH] Fix number of array elements

2016-10-12 Thread Stefan
On 10/12/2016 12:58 PM, Ivan Zhakov wrote: > On 12 October 2016 at 12:48, Stefan wrote: >> Hi, >> >> hope this patch is correct... As far as I see the number of elements is >> off by one here: >> >> [[[ >> Allocate the correct number of element entries. >> >> * subversion/libsvn_client/conflicts.

Re: [PATCH] Fix number of array elements

2016-10-12 Thread Ivan Zhakov
On 12 October 2016 at 12:58, Ivan Zhakov wrote: > On 12 October 2016 at 12:48, Stefan wrote: >> Hi, >> >> hope this patch is correct... As far as I see the number of elements is >> off by one here: >> >> [[[ >> Allocate the correct number of element entries. >> >> * subversion/libsvn_client/conf

Re: [PATCH] Fix number of array elements

2016-10-12 Thread Ivan Zhakov
On 12 October 2016 at 12:48, Stefan wrote: > Hi, > > hope this patch is correct... As far as I see the number of elements is > off by one here: > > [[[ > Allocate the correct number of element entries. > > * subversion/libsvn_client/conflicts.c > (svn_client_conflict_text_get_resolution_options

[PATCH] Fix number of array elements

2016-10-12 Thread Stefan
Hi, hope this patch is correct... As far as I see the number of elements is off by one here: [[[ Allocate the correct number of element entries. * subversion/libsvn_client/conflicts.c (svn_client_conflict_text_get_resolution_options): Correct number of array entires. ]]] Regards, Stefan