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

Re: [PATCH] Re: replacing SVN_REVNUM_T_FMT for translation

From: Peter N. Lundblad <lundblad_at_softhome.net>
Date: 2004-05-12 06:48:12 CEST

On Tue, 11 May 2004, Peter N. Lundblad wrote:

> On Mon, 10 May 2004 kfogel@collab.net wrote:
>
> in the patch, but anyway, here it is. I've eliminated SVN_REVNUM_T_FMT in
> all .c files and replaced with ld.
>
When doing this, I found some instances of plain sprintf into a
stack-allocated fixed-size buffer. Are they worth eliminating as per
HACKING? The buffer is 20 chars long, and I think that would be too short
if long int happens to be 64 bits on a platform.

Also, I found that we are quite inconsistent in putting single quotes
around revision numbers. I could fix this on the next pass, when I add _()
calls. Any preference? With, or witthout single quotes? I'd say without
since it's a plain number,

Regards,
//Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed May 12 07:43:24 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.