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 2019/01/28 15:50:48 UTC

svn commit: r1852383 - /subversion/trunk/subversion/libsvn_client/shelf.c

Author: julianfoad
Date: Mon Jan 28 15:50:48 2019
New Revision: 1852383

URL: http://svn.apache.org/viewvc?rev=1852383&view=rev
Log:
* subversion/libsvn_client/shelf.c (path_driver_cb_func): Fix the build, following r1852382.

Modified:
    subversion/trunk/subversion/libsvn_client/shelf.c

Modified: subversion/trunk/subversion/libsvn_client/shelf.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_client/shelf.c?rev=1852383&r1=1852382&r2=1852383&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_client/shelf.c (original)
+++ subversion/trunk/subversion/libsvn_client/shelf.c Mon Jan 28 15:50:48 2019
@@ -1477,7 +1477,7 @@ path_driver_cb_func(void **dir_baton_p,
   const char *to_wc_abspath = svn_dirent_join(wc_root_abspath, relpath,
                                               scratch_pool);
 
-  *dir_baton = NULL;
+  *dir_baton_p = NULL;
 
   SVN_ERR(status_read(&s, b->shelf_version, relpath,
                       scratch_pool, scratch_pool));