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

Re: svn commit: r1078008 - /subversion/trunk/subversion/libsvn_wc/wc_db.c

From: Branko Čibej <brane_at_e-reka.si>
Date: Fri, 04 Mar 2011 16:50:29 +0100

On 04.03.2011 16:33, hwright_at_apache.org wrote:
> Author: hwright
> Date: Fri Mar 4 15:33:48 2011
> New Revision: 1078008
>
>
> - scb.changelist = changelist;
> -
> - SVN_ERR(with_db_txn(wcroot, local_relpath, set_changelist_txn, &scb,
> - scratch_pool));
> + SVN_ERR(with_db_txn(wcroot, local_relpath, set_changelist_txn,
> + (void *) changelist, scratch_pool));

This is not casting const away. This is changing the type. I know it's a
nitpick, but strictly speaking, your log message is wrong.

-- Brane
Received on 2011-03-04 16:51:07 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.