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 2016/11/25 10:58:23 UTC

svn commit: r1771278 - /subversion/trunk/subversion/libsvn_wc/wc_db_update_move.c

Author: stsp
Date: Fri Nov 25 10:58:23 2016
New Revision: 1771278

URL: http://svn.apache.org/viewvc?rev=1771278&view=rev
Log:
* subversion/libsvn_wc/wc_db_update_move.c
  (create_node_tree_conflict): Use local copy of a pointer variable
   instead of again dereferencing a pointer to the containing struct.

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

Modified: subversion/trunk/subversion/libsvn_wc/wc_db_update_move.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/wc_db_update_move.c?rev=1771278&r1=1771277&r2=1771278&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/wc_db_update_move.c (original)
+++ subversion/trunk/subversion/libsvn_wc/wc_db_update_move.c Fri Nov 25 10:58:23 2016
@@ -521,7 +521,7 @@ create_node_tree_conflict(svn_skel_t **c
   update_move_baton_t *umb = nmb->umb;
   const char *dst_repos_relpath;
   const char *dst_root_relpath = svn_relpath_prefix(nmb->dst_relpath,
-                                                    nmb->umb->dst_op_depth,
+                                                    umb->dst_op_depth,
                                                     scratch_pool);
 
   dst_repos_relpath =