> +#ifdef WIN32  /* Require "x:/" */
> +    if(!isalpha(root->string[0]) || root->string[1] != ':') {
> +        return -2;
> +    }
> +#else

Hmm... I know nothing about Windows, but shouldn't you be checking for
the third character being '/'?

What name do you want me to commit your patch under (please use
something suitable for a Git committer id, for exemple
"Gisle Vanem <[email protected]>").

-- Juliusz

------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
_______________________________________________
Polipo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/polipo-users

Reply via email to