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

[PATCH] No hash table for load_props(), follow-up for r34630

From: Bhuvaneswaran A <bhuvan_at_collab.net>
Date: Wed, 10 Dec 2008 14:10:13 +0530

This is a follow-up patch for r34630 to not hash table to load_props()
function and avoid making hash before calling this function. The hash
table is created within the function.

{{
This is a follow-up fix for r34630. Make hash table inside the
load_props() function, instead of passing it as an argument.

Suggested by: gstein

* subversion/libsvn_wc/props.c
  (load_props): Remove the argument apr_hash_t *hash and define it
  within the function.
  (svn_wc__load_props, svn_wc__wcprop_list, modified_props): Adjust the
  callers.
}}

-- 
Regards,
Bhuvaneswaran
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=982077

Received on 2008-12-10 09:40:56 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.