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

Re: [PATCH] invert backwards test

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-10-29 17:37:13 CET

SWIG binding folks: it looks like this never got applied. I'd apply
it myself, but I'm in the middle of testing other stuff and don't know
enough to judge it correct just by looking. So forwarding it here...

-Karl

Matt Kraai <kraai@alumni.cmu.edu> writes:
> * subversion/bindings/swig/swigutil_py.c
> (svn_swig_py_notify_func): Invert a backwards test.
>
> Index: subversion/bindings/swig/swigutil_py.c
> ===================================================================
> --- subversion/bindings/swig/swigutil_py.c
> +++ subversion/bindings/swig/swigutil_py.c 2002-10-17 13:45:01.000000000 -0700
> @@ -622,7 +622,7 @@
> path, action, kind,
> mime_type,
> content_state, prop_state,
> - revision)) == NULL)
> + revision)) != NULL)
> {
> Py_XDECREF(result);
> }
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Oct 29 18:08:43 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.