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

Re: svn commit: r1068477 - /subversion/trunk/tools/dev/svnraisetreeconflict/main.c

From: Hyrum K Wright <hyrum_at_hyrumwright.org>
Date: Fri, 11 Feb 2011 15:46:07 +0000

On Fri, Feb 11, 2011 at 3:27 PM, Daniel Shahaf <d.s_at_daniel.shahaf.name> wrote:
> hwright_at_apache.org wrote on Tue, Feb 08, 2011 at 16:59:54 -0000:
>> Author: hwright
>> Date: Tue Feb  8 16:59:54 2011
>> New Revision: 1068477
>>
>> URL: http://svn.apache.org/viewvc?rev=1068477&view=rev
>> Log:
>> * tools/dev/svnraisetreeconflict/main.c
>>   (raise_tree_conflict): Use the correct int type to avoid a bit-length
>>     warning.
>
>> -  int peg_rev1, peg_rev2;
>> +  long peg_rev1, peg_rev2;
>
> svn_revnum_t ?

We don't use them as revnums. They values store the output of atol(),
which should be long. The names could perhaps be updated to reflect
that, but ENOCARE.

-Hyrum
Received on 2011-02-11 16:46:48 CET

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.