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

Re: svn commit: rev 2802 - trunk/subversion/clients/cmdline

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2002-07-31 00:28:07 CEST

On Tue, Jul 30, 2002 at 01:44:35PM -0500, kfogel@tigris.org wrote:
 
> Modified: trunk/subversion/clients/cmdline/ls-cmd.c
> ==============================================================================
> --- trunk/subversion/clients/cmdline/ls-cmd.c (original)
> +++ trunk/subversion/clients/cmdline/ls-cmd.c Tue Jul 30 13:44:26 2002
> @@ -135,11 +135,13 @@
> for (i = 0; i < targets->nelts; i++)
> {
> apr_hash_t *dirents;
> - const char *target_native;
> const char *target = ((const char **) (targets->elts))[i];
>
> if (! svn_path_is_url (target))
> {
> + const char *target_native;
> +
> + SVN_ERR (svn_utf_cstring_from_utf8 (&target_native, target, pool));
> printf ("Invalid URL: %s\n", target_native);
> continue;

damn, that was a silly mistake, wasn't it...

sorry guys.

-garrett

-- 
garrett rooney                    Remember, any design flaw you're 
rooneg@electricjellyfish.net      sufficiently snide about becomes  
http://electricjellyfish.net/     a feature.       -- Dan Sugalski
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jul 31 00:28:56 2002

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.