[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: Erik Huelsmann <e.huelsmann_at_gmx.net>
Date: 2004-12-06 21:21:33 CET

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?

bye,

Erik.

-- 
NEU +++ DSL Komplett von GMX +++ http://www.gmx.net/de/go/dsl
GMX DSL-Netzanschluss + Tarif zum supergünstigen Komplett-Preis!
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Dec 6 21:23:16 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.