On Mon, Jul 17, 2006 at 11:10:01AM -0700, Justin Erenkrantz wrote:
> ++1. Something like below? -- justin
I'd test for path[1] == ':', but yep :-)
> ===================================================================
> --- filesys.c (revision 421960)
> +++ filesys.c (working copy)
> @@ -193,6 +193,9 @@
> }
> #endif
> if (!(flags & APR_FILEPATH_NATIVE)) {
> + if (path[0] != '\\') {
> + path[0] = apr_toupper(path[0]);
> + }
> for (*rootpath = path; **rootpath; ++*rootpath) {
> if (**rootpath == '\\')
> **rootpath = '/';
>
--
Colm MacCárthaigh Public Key: [EMAIL PROTECTED]