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

Re: [PATCH] http://svn.host.tld

From: Scott Lamb <slamb_at_slamb.org>
Date: 2002-08-01 18:48:34 CEST

Alexy Khrabrov wrote:
> --- subversion/libsvn_subr/path.c
> +++ subversion/libsvn_subr/path.c Wed Jul 31 23:57:40 2002
> @@ -774,8 +774,7 @@
> /* Expecting the next two chars to be '/', and somewhere
> thereafter another '/'. */

Could you fix or remove the comment?

> if ((path[j + 1] == '/')
> - && (path[j + 2] == '/')
> - && (strchr (path + j + 3, '/') != NULL))
> + && (path[j + 2] == '/'))
> return TRUE;
>
> return FALSE;

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Aug 1 18:49:28 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.