Re: [PATCH 21/40] Windows: Disambiguate DOS style paths from SSH URLs.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thursday 28 February 2008 16:22, Johannes Schindelin wrote:
> On Wed, 27 Feb 2008, Johannes Sixt wrote:
> > +#ifdef __MINGW32__
> > +	/* host must have at least 2 chars to catch DOS C:/path */
> > +	if (path && path - end > 1)
> > +#else
> > +	if (path)
> > +#endif
> > +	{
>
> This could be un-#ifdef'ed by using the has_dos_drive_prefix() function I
> suggested earlier.

Ah, great! I'm convinced.

-- Hannes
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux