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

Re: svn commit: r12180 - trunk/subversion/libsvn_subr

From: John Szakmeister <john_at_szakmeister.net>
Date: 2004-12-06 23:36:53 CET

On Monday 06 December 2004 15:21, Erik Huelsmann wrote:
> http://svn.collab.net/viewcvs/svn/trunk/subversion/libsvn_subr/cmdline.
>c?view=diff&rev=12180&p1=trunk/subversion/libsvn_subr/cmdline.c&r1=12179
>&p2=trunk/subversion/libsvn_subr/cmdline.c&r2=12180
>
> =======================================================================
>=======
>
> > --- trunk/subversion/libsvn_subr/cmdline.c (original)
> > +++ trunk/subversion/libsvn_subr/cmdline.c Mon Dec 6 05:26:58 2004
> > @@ -199,7 +199,12 @@
> > if (!apr_err && (inwords > 0 || outbytes == 0))
> > apr_err = APR_INCOMPLETE;
> > if (apr_err)
> > - goto utf8_error;
> > + {
> > + utf8_error:
> > + if (error_stream)
> > + fprintf (error_stream, "Can't convert module path to
> > UTF-8"); + return EXIT_FAILURE;
> > + }
>
> So, do you still need the label without the goto?

There are two other goto's above this. :-)

-John

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Dec 6 23:39:25 2004

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.