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

Re: svn commit: r1865987 - /subversion/trunk/subversion/libsvn_fs_fs/verify.c

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Thu, 29 Aug 2019 00:58:01 +0000

brane_at_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?

> entry->item.revision,
> entry->item.number,
> entry->type,
>
>
>
Received on 2019-08-29 02:58:26 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.