Author: hwright
Date: Thu Sep 22 10:20:36 2011
New Revision: 1174043

URL: http://svn.apache.org/viewvc?rev=1174043&view=rev
Log:
* subversion/libsvn_delta/compat.c
  (svn_editor__insert_shims): Fix function args in followup to r1174041.

Modified:
    subversion/trunk/subversion/libsvn_delta/compat.c

Modified: subversion/trunk/subversion/libsvn_delta/compat.c
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_delta/compat.c?rev=1174043&r1=1174042&r2=1174043&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_delta/compat.c (original)
+++ subversion/trunk/subversion/libsvn_delta/compat.c Thu Sep 22 10:20:36 2011
@@ -1042,10 +1042,10 @@ svn_editor__insert_shims(const svn_delta
   svn_editor_t *editor;
 
   SVN_ERR(svn_editor_from_delta(&editor, deditor_in, dedit_baton_in,
-                                NULL, NULL, result_pool, scratch_pool));
+                                NULL, NULL, fetch_kind_func, fetch_kind_baton,
+                                result_pool, scratch_pool));
   SVN_ERR(svn_delta_from_editor(deditor_out, dedit_baton_out, editor,
                                 fetch_props_func, fetch_props_baton,
-                                fetch_kind_func, fetch_kind_baton,
                                 result_pool));
 
 #endif


Reply via email to