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

Re: svn commit: r33938 - in trunk: . notes/tree-conflicts subversion/include subversion/include/private subversion/libsvn_auth_kwallet subversion/libsvn_client subversion/libsvn_subr subversion/libsvn_wc subversion/svn subversion/tests/cmdline subver

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: Mon, 22 Dec 2008 17:52:46 +0000

Joe Swatosh wrote:
> Is some initialization needed of the boolean out arguments in
> svn_wc_conflicted_p()?
[...]
> > @@ -612,10 +627,38 @@ svn_wc_conflicted_p(svn_boolean_t *text_
> > const svn_wc_entry_t *entry,
> > apr_pool_t *pool)
> > {
> > - svn_boolean_t has_tree_conflicted_children;
> > - return svn_wc_conflicted_p2(text_conflicted_p, prop_conflicted_p,
> > - &has_tree_conflicted_children, dir_path, entry,
> > - pool);
> > + svn_node_kind_t kind;
> > + const char *path;
> > +
>
>
> *text_conflicted_p = FALSE;
> *prop_conflicted_p =FALSE;

Yes! Thank you for noticing this. Fixed in r34886.

Thanks.
- Julian

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=989953
Received on 2008-12-22 18:53: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.