Peter N. Lundblad wrote:
>Hi,
>
>Attached is a little one that turns most uses of SVN_REVNUM_T_FMT into %s
>and calls to svn_revnum_to_cstring in *printf functions. Mostly it is
>error messages and other user messages that I've touched. I haven't
>modified things that aren't supposed to be localized later.
>
>
Let's all take a deep breath now. The more I look at these patches, the
more horrible they seem. svn_revnum_t is typedefed to "long int", and
SVN_REVNUM_T_FMT is %ld. If we don't intend to change that (and
obviously we don't, in the forseeable future) then all of these changes
are nonsense and needless complication. Let's just use %ld and be done
with it.
-- Brane
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat May 8 19:40:37 2004