You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Greg Stein <gs...@lyra.org> on 2001/06/10 23:42:25 UTC

Re: cvs commit: apr/user/win32 userinfo.c

On Sun, Jun 10, 2001 at 07:53:28PM -0000, wrowe@apache.org wrote:
> wrowe       01/06/10 12:53:28
> 
>   Modified:    user/win32 userinfo.c
>   Log:
>     Better make the path canonical to unixish expectations.
>     This is verified to allow mod_userdir do it's thing on win32.
>...
>   --- userinfo.c	2001/06/10 19:44:02	1.11
>   +++ userinfo.c	2001/06/10 19:53:28	1.12
>...
>   +    for (fixch = *dirname; *fixch; ++fixch)
>   +        if (*fixch == '\\')
>   +            *fixch = '/';
>    }

You missed a "return APR_SUCCESS;" in there. It just drops off the end of
the function now.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/