diff options
| author | Ian Delaney <idell5@iinet.com.au> | 2012-02-13 06:01:59 +0800 |
|---|---|---|
| committer | Ian Delaney <idell5@iinet.com.au> | 2012-02-13 06:01:59 +0800 |
| commit | 0ff5c52765bb14ae08616837d4b98ccecc544c73 (patch) | |
| tree | 25eed158ef73c975952632df2ceaa0906368c685 /dev-util/kdevplatform/files/kdevplatform-1.2.3-svn17-1.patch | |
| parent | 3e637c61aac8ae9541f077750650bfd8c845bef3 (diff) | |
| download | kde-0ff5c52765bb14ae08616837d4b98ccecc544c73.tar.gz kde-0ff5c52765bb14ae08616837d4b98ccecc544c73.tar.bz2 kde-0ff5c52765bb14ae08616837d4b98ccecc544c73.zip | |
ebuilds of the beta release of kdevelop 3.2
Diffstat (limited to 'dev-util/kdevplatform/files/kdevplatform-1.2.3-svn17-1.patch')
| -rw-r--r-- | dev-util/kdevplatform/files/kdevplatform-1.2.3-svn17-1.patch | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/dev-util/kdevplatform/files/kdevplatform-1.2.3-svn17-1.patch b/dev-util/kdevplatform/files/kdevplatform-1.2.3-svn17-1.patch new file mode 100644 index 00000000000..c1ca7582e19 --- /dev/null +++ b/dev-util/kdevplatform/files/kdevplatform-1.2.3-svn17-1.patch @@ -0,0 +1,32 @@ +commit 74dec52749e3c3af2ac6492f50e2676128f35b27 +Author: Milian Wolff <mail@milianw.de> +Date: Fri Nov 18 16:26:06 2011 +0100 + + fix svn api usage: use svn_dirent_canonicalize instead of svn_path_internal_style + + this was suggested by Stephan Sperling + + CCBUG: 284061 + +diff --git a/plugins/subversion/kdevsvncpp/path.cpp b/plugins/subversion/kdevsvncpp/path.cpp +index eaa84c1..4dced08 100644 +--- a/plugins/subversion/kdevsvncpp/path.cpp ++++ b/plugins/subversion/kdevsvncpp/path.cpp +@@ -24,6 +24,7 @@ + + // subversion api + #include "svn_path.h" ++#include "svn_dirent_uri.h" + + // apr api + #include "apr_file_io.h" +@@ -63,8 +64,7 @@ namespace svn + m_path = ""; + else + { +- const char * int_path = +- svn_path_internal_style(path, pool.pool()); ++ const char * int_path = svn_dirent_canonicalize(path, pool); + + m_path = int_path; + |
