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

Re: svn commit: r1546114 - in /subversion/trunk: ./ subversion/libsvn_fs_x/ subversion/svnadmin/svnadmin.c subversion/tests/cmdline/svnadmin_tests.py subversion/tests/libsvn_fs_x/

From: Stefan Sperling <stsp_at_elego.de>
Date: Wed, 27 Nov 2013 21:46:44 +0100

On Wed, Nov 27, 2013 at 10:38:02PM +0200, Daniel Shahaf wrote:
> stsp_at_apache.org wrote on Wed, Nov 27, 2013 at 17:08:02 -0000:
> > @@ -1696,15 +1741,63 @@ subcommand_verify(apr_getopt_t *os, void
> > + /* Show the --keep-going error summary. */
> > + if (opt_state->keep_going && notify_baton.error_summary->nelts > 0)
> > + {
> > + apr_pool_t *iterpool;
> > + int i;
> > +
> > + svn_error_clear(
> > + svn_stream_printf(notify_baton.feedback_stream, pool,
> > + _("\n-----Summary of corrupt revisions-----\n")));
>
> What happens if the localized string contains a percent sign?

Fixed in r1546191.
Received on 2013-11-27 21:47:20 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.