You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Greg Stein <gs...@lyra.org> on 2003/02/19 06:09:17 UTC

Re: svn commit: rev 4937 - trunk/subversion/libsvn_client

On Tue, Feb 18, 2003 at 03:34:39PM -0600, cmpilato@tigris.org wrote:
>...
> +++ trunk/subversion/libsvn_client/auth.c	Tue Feb 18 15:34:22 2003
>...
> +          SVN_ERR (svn_utf_cstring_to_utf8 ((const char **)&def_username,
> +                                            un, NULL, pool));

What the heck is that cast for? &def_username already matches that type.

Cheers,
-g

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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svn commit: rev 4937 - trunk/subversion/libsvn_client

Posted by cm...@collab.net.
Greg Stein <gs...@lyra.org> writes:

> On Tue, Feb 18, 2003 at 03:34:39PM -0600, cmpilato@tigris.org wrote:
> >...
> > +++ trunk/subversion/libsvn_client/auth.c	Tue Feb 18 15:34:22 2003
> >...
> > +          SVN_ERR (svn_utf_cstring_to_utf8 ((const char **)&def_username,
> > +                                            un, NULL, pool));
> 
> What the heck is that cast for? &def_username already matches that type.

Dunno, copy-n-pasted code. :-)  I'll fix it.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org