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

Re: CVS update: MODIFIED: svnlook ...

From: Greg Stein <gstein_at_lyra.org>
Date: 2001-08-13 02:25:22 CEST

On Sun, Aug 12, 2001 at 11:12:37PM -0000, kfogel@tigris.org wrote:
>...
> + SVN_ERR (svn_repos_open (&(session_baton->fs),
> + session_baton->repos_path->data,
> + session_baton->pool));

Note that C operator precedence allows for &session_baton->fs. The parens
are not necessary.

[ YSCMV... (your stylistic conventions may vary) ]

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:35 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.