Author: julianfoad
Date: Wed May 27 15:44:12 2015
New Revision: 1682061
URL: http://svn.apache.org/r1682061
Log:
On the 'move-tracking-2' branch: Add a missing SVN_ERR().
* subversion/libsvn_delta/compat3e.c
(editor3_complete): Add a missing SVN_ERR().
Modified:
subversion/branches/move-tracking-2/subversion/libsvn_delta/compat3e.c
Modified: subversion/branches/move-tracking-2/subversion/libsvn_delta/compat3e.c
URL:
http://svn.apache.org/viewvc/subversion/branches/move-tracking-2/subversion/libsvn_delta/compat3e.c?rev=1682061&r1=1682060&r2=1682061&view=diff
==============================================================================
--- subversion/branches/move-tracking-2/subversion/libsvn_delta/compat3e.c
(original)
+++ subversion/branches/move-tracking-2/subversion/libsvn_delta/compat3e.c Wed
May 27 15:44:12 2015
@@ -1729,7 +1729,7 @@ editor3_complete(void *baton,
ev3_from_delta_baton_t *eb = baton;
svn_error_t *err;
- editor3_sequence_point(baton, scratch_pool);
+ SVN_ERR(editor3_sequence_point(baton, scratch_pool));
/* Drive the tree we've created. */
err = drive_changes_branch(eb, scratch_pool);