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]'"),
>
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
2 matches
Mail list logo