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

Re: svn commit: r11545 - in trunk/subversion: libsvn_subr tests/libsvn_subr

From: Peter N. Lundblad <peter_at_famlundblad.se>
Date: 2004-10-21 23:03:19 CEST

On Thu, 21 Oct 2004 breser@tigris.org wrote:

> Author: breser
> Date: Thu Oct 21 15:14:43 2004
> New Revision: 11545
>
> + /* Skip leading double slashes when there are less then 1
                                                          ^
> + * canon segments. UNC paths *MUST* have two segments. */

> + if (canon_segments < 2 && canon[0] == '/' && canon[1] == '/')

Shouldn't less than 1 be less than 2?

//Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Oct 21 22:47:53 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.