On 4/28/06, Peter N. Lundblad <peter@famlundblad.se> wrote:
> Garrett Rooney writes:
> > Index: subversion/libsvn_repos/authz.c
> > ===================================================================
> > --- subversion/libsvn_repos/authz.c (revision 19470)
> > +++ subversion/libsvn_repos/authz.c (working copy)
> > @@ -22,6 +22,7 @@
> >
> > #include <apr_pools.h>
> > #include <apr_file_io.h>
> > +#include <apr_lib.h> /* for apr_isspace() */
>
> Hmmm, which encoding is the authz file supposed to be in *shrug*. I
> ask because apr_isspace is locale-dependent. If it is UTF8, use
> svn_ctype.h instead.
>
> Else, +1.
Works for me, see r19471.
-garrett
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 28 21:40:04 2006