Author: gstein
Date: Thu Apr 8 06:48:09 2010
New Revision: 931795
URL: http://svn.apache.org/viewvc?rev=931795&view=rev
Log:
Really? Are you kidding me? Fix bug from r879613 (aka r39539)
* subversion/libsvn_wc/update_editor.c:
(open_file): pass a pool to read_info, rather than a boolean
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=931795&r1=931794&r2=931795&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/update_editor.c (original)
+++ subversion/trunk/subversion/libsvn_wc/update_editor.c Thu Apr 8 06:48:09
2010
@@ -3856,7 +3856,7 @@ open_file(const char *path,
NULL, NULL, NULL, NULL, NULL, NULL, NULL,
NULL, NULL, NULL, NULL, NULL, NULL, NULL,
NULL, NULL, NULL, NULL, NULL,
- eb->db, fb->local_abspath, FALSE, subpool));
+ eb->db, fb->local_abspath, subpool, subpool));
/* Is this path a conflict victim? */
SVN_ERR(node_already_conflicted(&already_conflicted, eb->db,