On Wed, Nov 27, 2013 at 10:38:02PM +0200, Daniel Shahaf wrote:
> s...@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.

Reply via email to