[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: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Fri, 11 Feb 2011 17:27:45 +0200

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 ?
Received on 2011-02-11 16:32:50 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.