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

Re: svn commit: r999785 - /subversion/trunk/subversion/libsvn_subr/svn_string.c

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Wed, 22 Sep 2010 11:47:19 +0100

Daniel Shahaf <d.s_at_daniel.shahaf.name> writes:

>> return svn_error_return(
>> svn_error_createf(SVN_ERR_INCORRECT_PARAMS, NULL,
>> - _("Number '%s' is out of range '[%lu, %lu]'"),
>> + _("Number '%s' is out of range '[%llu, %llu]'"),

llu is not better than lu.

>> str, minval, maxval));
>
> minval is an apr_uint64_t, so shouldn't the format string use APR_UINT64_FMT?

See this thread

http://svn.haxx.se/dev/archive-2010-09/0295.shtml

-- 
Philip
Received on 2010-09-22 12:48:15 CEST

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.