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

Re: patch regression tests failures on trunk

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Wed, 03 Feb 2010 18:41:21 +0000

Stefan Sperling <stsp_at_elego.de> writes:

> Does this fix it?
>
> Index: subversion/svn/notify.c
> ===================================================================
> --- subversion/svn/notify.c (revision 906159)
> +++ subversion/svn/notify.c (working copy)
> @@ -334,7 +334,7 @@ notify(void *baton, const svn_wc_notify_t *n, apr_
> if ((err = svn_cmdline_printf(pool,
> apr_pstrcat(pool, s,
> "%"APR_UINT64_T_FMT
> - " and fuzz %lu\n",
> + " and fuzz %d\n",
> NULL),
> n->hunk_original_start,
> n->hunk_original_length,
> @@ -363,7 +363,7 @@ notify(void *baton, const svn_wc_notify_t *n, apr_
> {
> if ((err = svn_cmdline_printf(pool,
> _("> applied hunk @@ -%lu,%lu +%lu,%lu @@ "
> - "with fuzz %lu\n"),
> + "with fuzz %d\n"),
> n->hunk_original_start,
> n->hunk_original_length,
> n->hunk_modified_start,

Yes.

-- 
Philip
Received on 2010-02-03 19:41:59 CET

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.