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

Re: CVS update: subversion/subversion/tests/libsvn_fs fs-test.c

From: Greg Stein <gstein_at_lyra.org>
Date: 2001-03-10 01:56:18 CET

On Wed, Mar 07, 2001 at 08:32:22PM -0000, cmpilato@tigris.org wrote:
>...
> + /* Step 1. Find it by name in the hash of all node props
> + returned to us by svn_fs_node_proplist. If it can't be
> + found, return an error. */
> + prop_value = apr_hash_get (proplist,
> + final_props[i][0],
> + strlen (final_props[i][0]));

APR_HASH_KEY_STRING

It prevents potential typos or sync errors (w.r.t arg2) in that third argument.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
Received on Sat Oct 21 14:36:25 2006

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.