[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH]: tentative fix for libsvn_ra_dav request_auth-bug (issue 1005)

From: <cmpilato_at_collab.net>
Date: 2002-11-22 18:03:14 CET

Marcus Comstedt <marcus@mc.pp.se> writes:

> Hello.
>
> Here is a patch that fixes the bug I just filed an issue for (1005).
> It would be _really_ nice if you were able to attach stuff to the
> issues you have created yourself...

I *refuse* to apply this patch...because ***I just wrote almost the
exact same code myself!***

:-)

I mean, the only difference I can see is that you use:

  if (foo == NULL)

and I use:

  if (! foo)

Wow.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Nov 22 18:05:41 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.