You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2017/07/17 09:29:54 UTC

svn commit: r1802115 - /subversion/trunk/subversion/libsvn_repos/log.c

Author: julianfoad
Date: Mon Jul 17 09:29:54 2017
New Revision: 1802115

URL: http://svn.apache.org/viewvc?rev=1802115&view=rev
Log:
* subversion/libsvn_repos/log.c
  (interesting_merge): Use the new type, following r1731163.

Modified:
    subversion/trunk/subversion/libsvn_repos/log.c

Modified: subversion/trunk/subversion/libsvn_repos/log.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_repos/log.c?rev=1802115&r1=1802114&r2=1802115&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_repos/log.c (original)
+++ subversion/trunk/subversion/libsvn_repos/log.c Mon Jul 17 09:29:54 2017
@@ -1235,7 +1235,7 @@ typedef struct interesting_merge_baton_t
  */
 static svn_error_t *
 interesting_merge(void *baton,
-                  svn_fs_path_change3_t *change,
+                  svn_repos_path_change_t *change,
                   apr_pool_t *scratch_pool)
 {
   interesting_merge_baton_t *b = baton;