You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2011/07/29 20:19:25 UTC

svn commit: r1152332 - /subversion/trunk/subversion/libsvn_wc/wc_db.c

Author: stsp
Date: Fri Jul 29 18:19:24 2011
New Revision: 1152332

URL: http://svn.apache.org/viewvc?rev=1152332&view=rev
Log:
Follow-up to r1152294:

* subversion/libsvn_wc/wc_db.c: Use #ifdef SVN_DEBUG, not #if SVN_DEBUG.
Found by: danielsh

Modified:
    subversion/trunk/subversion/libsvn_wc/wc_db.c

Modified: subversion/trunk/subversion/libsvn_wc/wc_db.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/wc_db.c?rev=1152332&r1=1152331&r2=1152332&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/wc_db.c (original)
+++ subversion/trunk/subversion/libsvn_wc/wc_db.c Fri Jul 29 18:19:24 2011
@@ -6136,7 +6136,7 @@ op_delete_txn(void *baton,
                                       &child_delete_op_root_relpath,
                                       wcroot, moved_here_child_relpath,
                                       iterpool, iterpool));
-#if SVN_DEBUG
+#ifdef SVN_DEBUG
               /* This catches incorrectly recorded moves.
                * It is possible to hit this during normal operation
                * if a move was interrupted mid-way so only perform