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

Re: [PATCH] Fix format of strlen() data in the new transactionless reporter.

From: Ben Reser <ben_at_reser.org>
Date: 2004-03-02 17:42:29 CET

On Tue, Mar 02, 2004 at 11:54:12AM +0100, Branko Cibej wrote:
> (And on platforms that don#t have size_t -- if any such still
> exist -- I'd consider it a bug if APR chose anything but 'int'
> for apr_size_t...)

apr_int32_t

> BTW, Is this the only place in our code where we strlen in a printf?

Looks like libsvn_ra_svn in marshal.c had one too that was already
handled this way. There might be others. But they either have %ld or
they're doing this already. It was spitting out a warning on LP64.

-- 
Ben Reser <ben@reser.org>
http://ben.reser.org
"Conscience is the inner voice which warns us somebody may be looking."
- H.L. Mencken
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Mar 2 17:42:21 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.