Re: Translation problems with string constants
From: Erik Huelsmann <e.huelsmann_at_gmx.net>
Date: 2004-04-26 20:58:41 CEST
> "Erik Huelsmann" <e.huelsmann@gmx.net> writes:
Yes, in general it is possible to use apr_psprintf() to transform numbers to
An example:
SVN_ERR_W( ... some code ... ,
becomes:
SVN_ERR_W( ... some code ... ,
where:
#define SVN_REV_TO_STR(rev, pool) apr_psprintf(SVN_REVNUM_T_FMT, rev, pool)
The case demonstrated above is a static initializer though so that this
bye,
Erik.
-- "Sie haben neue Mails!" - Die GMX Toolbar informiert Sie beim Surfen! Jetzt aktivieren unter http://www.gmx.net/info --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Mon Apr 26 20:59:22 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.