[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: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2004-10-21 23:24:33 CEST

"Peter N. Lundblad" <peter@famlundblad.se> writes:

> 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?

It should read "fewer than two".

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