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

[PATCH] invert backwards test

From: Matt Kraai <kraai_at_alumni.cmu.edu>
Date: 2002-10-17 22:52:12 CEST

  * 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
Received on Thu Oct 17 22:54:33 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.