Re: %lld in svn_string.c

2011-05-09 Thread Hyrum K Wright
On Sat, May 7, 2011 at 6:27 AM, Daniel Shahaf wrote: > Someone added %lld and %llu codes to svn_string.c: > >    return svn_error_return( >             svn_error_createf(SVN_ERR_INCORRECT_PARAMS, NULL, >                               _("Number '%s' is out of range '[%lld, %lld]'"), >              

Re: %lld in svn_string.c

2011-05-07 Thread Branko Čibej
On 07.05.2011 13:27, Daniel Shahaf wrote: > * apr_vformatter() doesn't support the 'll' modifier. When given %l > followed by something other than 'd' or 'u' (for %ld or %lu, etc) --- > in our case, followed by 'l' --- it just copies the (first) '%l' and > discards the second 'l', to the eff