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

Re: Remaining l10n issues

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2004-05-06 00:57:53 CEST

On Wed, 2004-05-05 at 18:01, Peter N. Lundblad wrote:
> #define SVN_REV_TO_STR(pool, revnum) \
> apr_psprintf((pool), "%" SVN_RENUM_T_FMT, (revnum))

The pool argument typically comes last, not first, in svn functions.
(Which is inconsistent with APR, but oh well.)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu May 6 00:58:13 2004

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.