Daniel Shahaf <d...@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

Reply via email to