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

Re: svn commit: r1076023 - /subversion/trunk/subversion/libsvn_wc/wc_db_pdh.c

From: Greg Stein <gstein_at_gmail.com>
Date: Tue, 1 Mar 2011 16:26:51 -0500

On Tue, Mar 1, 2011 at 16:07, <hwright_at_apache.org> wrote:
> Author: hwright
> Date: Tue Mar  1 21:07:07 2011
> New Revision: 1076023
>
> URL: http://svn.apache.org/viewvc?rev=1076023&view=rev
> Log:
> * subversion/libsvn_wc/wc_db_pdh.c
>  (svn_wc__db_close): Similar to r1076018, use improved hash accessor functions.
>...
> -      apr_hash_set(db->dir_data, key, klen, NULL);
> +      apr_hash_set(db->dir_data, local_abspath, APR_HASH_KEY_STRING, NULL);

Not much more "improved" if you drop klen and use APR_HASH_KEY_STRING...
Received on 2011-03-01 22:27:24 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.