On Sun, Jun 10, 2001 at 07:53:28PM -0000, [EMAIL PROTECTED] 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/
