Author: neels
Date: Tue Aug  3 21:46:09 2010
New Revision: 982042

URL: http://svn.apache.org/viewvc?rev=982042&view=rev
Log:
* subversion/libsvn_wc/update_editor.c (close_directory):
    Use SVN_WC__SINGLE_DB instead of SINGLE_DB (chosen wrongly in r981470).

Suggested by: rhuijben

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

Modified: subversion/trunk/subversion/libsvn_wc/update_editor.c
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/update_editor.c?rev=982042&r1=982041&r2=982042&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/update_editor.c (original)
+++ subversion/trunk/subversion/libsvn_wc/update_editor.c Tue Aug  3 21:46:09 
2010
@@ -3179,7 +3179,7 @@ close_directory(void *dir_baton,
       if (new_changed_author != NULL)
         changed_author = new_changed_author;
 
-#ifdef SINGLE_DB
+#ifdef SVN_WC__SINGLE_DB
       /* If no depth is set yet, set to infinity. */
       if (depth == svn_depth_unknown)
         depth = svn_depth_infinity;


Reply via email to