On 29.08.2019 02:58, Daniel Shahaf wrote:
> br...@apache.org wrote on Tue, 27 Aug 2019 12:10 +00:00:
>> +++ subversion/trunk/subversion/libsvn_fs_fs/verify.c Tue Aug 27 12:10:43 
>> 2019
>> @@ -694,8 +694,9 @@ compare_p2l_to_rev(svn_fs_t *fs,
>>              return svn_error_createf(SVN_ERR_FS_INDEX_CORRUPTION,
>>                                       NULL,
>>                                       _("p2l index entry for changes in"
>> -                                       " revision r%ld is item %ld of type"
>> -                                       " %d at offset %s"),
>> +                                       " revision r%ld is item"
>> +                                       " %"APR_UINT64_T_FMT
>> +                                       " of type %d at offset %s"),
> Preexisting problem: entry->type is an apr_uint32_t but formatted as %d.
>
> And with that fixed, backport?

Done, and done. Thanks.

-- Brane

Reply via email to