summaryrefslogtreecommitdiffstats
path: root/subversion/libsvn_client/switch.c
diff options
context:
space:
mode:
Diffstat (limited to 'subversion/libsvn_client/switch.c')
-rw-r--r--subversion/libsvn_client/switch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/subversion/libsvn_client/switch.c b/subversion/libsvn_client/switch.c
index fae03de..cd39cad 100644
--- a/subversion/libsvn_client/switch.c
+++ b/subversion/libsvn_client/switch.c
@@ -241,7 +241,7 @@ switch_internal(svn_revnum_t *result_rev,
return svn_error_createf(SVN_ERR_CLIENT_UNRELATED_RESOURCES, NULL,
_("'%s' shares no common ancestry with '%s'"),
switch_url,
- svn_dirent_dirname(local_abspath, pool));
+ svn_dirent_local_style(local_abspath, pool));
}
wcroot_iprops = apr_hash_make(pool);
OpenPOWER on IntegriCloud